Introduce rules for Git to ignore certain generated files
This commit is contained in:
parent
23890d6ec0
commit
bdc8abd11c
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
secret
|
||||
db/*.sqlite3
|
||||
log/*.log
|
||||
storage/*
|
||||
db/*.sql
|
Loading…
Reference in a new issue