Skip to content

Commit 813c0d5

Browse files
Ignore "tmp" folder in gitignore
1 parent aa8de09 commit 813c0d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Python compiled files
22
*.pyc
3+
4+
# Ignore tmp folder
5+
tmp/

0 commit comments

Comments
 (0)