Skip to content

Commit

Permalink
fix: gitignore: ignore tmp directories
Browse files Browse the repository at this point in the history
When the script fails, we are left with a tmpdir in the project
root. Ignore it.
  • Loading branch information
jdswensen committed Oct 6, 2023
1 parent d56c37a commit 46f15e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tmp.*

0 comments on commit 46f15e1

Please sign in to comment.