chore: add environment and config files to gitignore
This commit is contained in:
parent
18524a1427
commit
a150941db1
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -14,6 +14,10 @@ bin/
|
||||||
config.json
|
config.json
|
||||||
sessions/
|
sessions/
|
||||||
build/
|
build/
|
||||||
|
.env
|
||||||
|
.env.example
|
||||||
|
/config/config.json
|
||||||
|
/config/config.example.json
|
||||||
|
|
||||||
# Coverage
|
# Coverage
|
||||||
coverage.txt
|
coverage.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue