diff options
Diffstat (limited to 'community/CFML/ColdBox.gitignore')
-rw-r--r-- | community/CFML/ColdBox.gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/community/CFML/ColdBox.gitignore b/community/CFML/ColdBox.gitignore new file mode 100644 index 00000000..93f003fa --- /dev/null +++ b/community/CFML/ColdBox.gitignore @@ -0,0 +1,24 @@ +# 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 |