changed to community contributions
This commit is contained in:
parent
0356fa0bd4
commit
0fc4e3c6da
2 changed files with 31 additions and 7 deletions
25
community/BoxLang/ColdBox.gitignore
Normal file
25
community/BoxLang/ColdBox.gitignore
Normal file
|
|
@ -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
|
.env
|
||||||
.engine/**
|
.engine/**
|
||||||
.cbfs/**
|
.cbfs/**
|
||||||
docker/.db/**
|
|
||||||
|
|
||||||
# logs + tests
|
# Logs + Test Results
|
||||||
logs/**
|
logs/**
|
||||||
tests/results/**
|
tests/results/**
|
||||||
|
|
||||||
# npm
|
|
||||||
**/node_modules/*
|
|
||||||
npm-debug.log
|
|
||||||
yarn-error.log
|
|
||||||
|
|
||||||
## Ignored Dependencies
|
## Ignored Dependencies
|
||||||
effective-pom.xml
|
effective-pom.xml
|
||||||
/coldbox/**
|
/coldbox/**
|
||||||
/testbox/**
|
/testbox/**
|
||||||
/modules/**
|
/modules/**
|
||||||
/lib/java/**
|
/lib/java/**
|
||||||
|
|
||||||
|
# NPM JS Assets (If applicable)
|
||||||
|
**/node_modules/*
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
Loading…
Add table
Add a link
Reference in a new issue