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