Skip to content

Commit 8b09778

Browse files
committedNov 9, 2021
Add pycache to gitignore
1 parent 99df3c8 commit 8b09778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
22
.secrets
33
/node_modules/
4-
/public/build/
4+
/public/build/
5+
__pycache__

0 commit comments

Comments
 (0)
Please sign in to comment.