Updated .gitignore to ignore custom configs in worker/reports
This commit is contained in:
parent
20028303f8
commit
b0d51c7dad
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,6 +3,8 @@ npm-debug.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
config/development.*
|
config/development.*
|
||||||
config/production.*
|
config/production.*
|
||||||
|
workers/reports/config/development.*
|
||||||
|
workers/reports/config/production.*
|
||||||
dump.rdb
|
dump.rdb
|
||||||
|
|
||||||
# generate POT file every time you want to update your PO file
|
# generate POT file every time you want to update your PO file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue