Skip to content

Commit f661ba8

Browse files
authored
Merge pull request #466 from balping/patch-1
Ignore more config files
2 parents 26b3cd4 + f89ba5a commit f661ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ node_modules
55
npm-debug.log
66
package-lock.json
77
.DS_Store
8-
config/development.*
9-
config/production.*
10-
config/test.*
8+
config/development*
9+
config/production*
10+
config/test*
1111
workers/reports/config/development.*
1212
workers/reports/config/production.*
1313
workers/reports/config/test.*

0 commit comments

Comments
 (0)