Add tmp directory to gitignore
This commit is contained in:
parent
6dc1664b39
commit
18de94b3c9
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,4 +10,5 @@ target/
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
.env
|
.env
|
||||||
db
|
db
|
||||||
|
tmp/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6e8700a0c3ec83ccb8d1f846e6b13ba188a901f4
|
Subproject commit b044ad33d8726ae70428da18c12edf06e3ee383a
|
Loading…
Add table
Reference in a new issue