mirror of https://github.com/github/gitignore.git
changed to community contributions
This commit is contained in:
parent
0356fa0bd4
commit
0fc4e3c6da
|
|
@ -0,0 +1,25 @@
|
|||
# Servelet Ignores
|
||||
WEB-INF
|
||||
|
||||
# Engines + Database + CBFS + Secrets
|
||||
.tmp/**
|
||||
.env
|
||||
.engine/**
|
||||
.cbfs/**
|
||||
|
||||
# Logs + Test Results
|
||||
logs/**
|
||||
tests/results/**
|
||||
|
||||
## Ignored Dependencies
|
||||
/boxlang_modules/*
|
||||
effective-pom.xml
|
||||
/coldbox/**
|
||||
/testbox/**
|
||||
/modules/**
|
||||
/lib/java/**
|
||||
|
||||
# NPM JS Assets (If applicable)
|
||||
**/node_modules/*
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
|
@ -6,20 +6,19 @@ WEB-INF
|
|||
.env
|
||||
.engine/**
|
||||
.cbfs/**
|
||||
docker/.db/**
|
||||
|
||||
# logs + tests
|
||||
# Logs + Test Results
|
||||
logs/**
|
||||
tests/results/**
|
||||
|
||||
# npm
|
||||
**/node_modules/*
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
## Ignored Dependencies
|
||||
effective-pom.xml
|
||||
/coldbox/**
|
||||
/testbox/**
|
||||
/modules/**
|
||||
/lib/java/**
|
||||
|
||||
# NPM JS Assets (If applicable)
|
||||
**/node_modules/*
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
Loading…
Reference in New Issue