We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fda6f commit 0694bfeCopy full SHA for 0694bfe
ColdBox.gitignore
@@ -1,4 +1,27 @@
1
-*/config/development
2
-*/logs/
3
-*/includes/cache/*
4
-tmp/*
+# General Ignores + IDE
+.DS_Store
+settings.xml
+
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