mirror of
https://github.com/github/gitignore.git
synced 2025-12-27 10:55:08 -05:00
25 lines
319 B
Plaintext
25 lines
319 B
Plaintext
# Servelet Ignores
|
|
WEB-INF
|
|
|
|
# Engines + Database + CBFS + Secrets
|
|
.tmp/**
|
|
.env
|
|
.engine/**
|
|
.cbfs/**
|
|
|
|
# Logs + Test Results
|
|
logs/**
|
|
tests/results/**
|
|
|
|
## Ignored Dependencies
|
|
effective-pom.xml
|
|
/coldbox/**
|
|
/testbox/**
|
|
/modules/**
|
|
/lib/java/**
|
|
|
|
# NPM JS Assets (If applicable)
|
|
**/node_modules/*
|
|
npm-debug.log
|
|
yarn-error.log
|