Skip to content

Commit 48ee329

Browse files
committed
Updated .gitignore
Added pycharm and macos ignores, unignore app.json (apparently it was excluded by *.json)
1 parent 81f1b79 commit 48ee329

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ ENV/
100100
# mypy
101101
.mypy_cache/
102102
*.json
103+
!app.json
103104

105+
#Pycharm
106+
.idea/
107+
108+
#MacOs
109+
.DS_Store
104110

105111
config.json

0 commit comments

Comments
 (0)