Skip to content

Commit 46f15e1

Browse files
committed
fix: gitignore: ignore tmp directories
When the script fails, we are left with a tmpdir in the project root. Ignore it.
1 parent d56c37a commit 46f15e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tmp.*

0 commit comments

Comments
 (0)