Skip to content

Commit 7cc0f36

Browse files
committed
Add tmp/ directory to .gitignore
Ensures temporary directory created in project root is ignored by git, consistent with existing temporary file patterns.
1 parent e34a662 commit 7cc0f36

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
@@ -30,6 +30,7 @@ stackaroo
3030
!.github
3131

3232
# Temporary files
33+
tmp/
3334
*.tmp
3435
*.temp
3536

0 commit comments

Comments
 (0)