add tmp directory to gitignore (#859)

This commit is contained in:
Jeff Wong 2024-09-02 21:12:34 -07:00 committed by GitHub
parent 3e93a3e9b2
commit fbfff14a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ image/discourse_dev/postgres.template.yml
image/discourse_dev/redis.template.yml
.gc-state/*
.vagrant/
tmp/*