git: expand out the .gitignore
This commit is contained in:
parent
0e1a7d56b6
commit
a7e8f5698e
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,11 +2,13 @@
|
|||
/.idea
|
||||
|
||||
.env
|
||||
*.env
|
||||
|
||||
result
|
||||
/result
|
||||
|
||||
*.db
|
||||
*.db*
|
||||
|
||||
tmp/
|
||||
tmp.*
|
||||
|
|
Loading…
Reference in a new issue