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
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
|||
# Files
|
||||
.env
|
||||
|
||||
# Folders
|
||||
tmp/
|
||||
|
|
Loading…
Reference in a new issue