Add database folder to gitignore (allow example file)
This commit is contained in:
parent
49d401a7bc
commit
accc992b0b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
data/*.json
|
||||
!data/example.json
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue