Skip to content

Commit 0694bfe

Browse files
authored
Update for COldBox 6 standards
1 parent 44fda6f commit 0694bfe

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

ColdBox.gitignore

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
*/config/development
2-
*/logs/
3-
*/includes/cache/*
4-
tmp/*
1+
# General Ignores + IDE
2+
.DS_Store
3+
settings.xml
4+
5+
# Localized Servers
6+
.engine/**
7+
WEB-INF
8+
9+
# Environment File
10+
.env
11+
12+
# Logs
13+
logs/**
14+
15+
# Code Coverage and Test Results
16+
tests/results/**
17+
18+
# NPM Modules
19+
**/node_modules/*
20+
npm-debug.log
21+
yarn-error.log
22+
23+
## ColdBox Dependencies and Modules
24+
coldbox/*
25+
testbox/*
26+
modules/*
27+
modules/**/apidocs/**

0 commit comments

Comments
 (0)