Add: tmp folder to .gitignore
All checks were successful
/ test (push) Successful in 12s
All checks were successful
/ test (push) Successful in 12s
This commit is contained in:
parent
332d8dbb97
commit
1604bfb9de
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
||||||
# Files
|
# Files
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# Folders
|
||||||
|
tmp/
|
||||||
|
|
Loading…
Reference in a new issue