Skip to content

Commit 5eec5d4

Browse files
authored
Adding file types to be ignored
1 parent ca06b8d commit 5eec5d4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,20 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+
106+
# Logs and databases
107+
*.log
108+
*.sql
109+
*.sqlite
110+
111+
# OS generated files
112+
.DS_Store
113+
.DS_Store?
114+
._*
115+
.Spotlight-V100
116+
.Trashes
117+
ehthumbs.db
118+
Thumbs.db
119+
120+
# config file
121+
config.py

0 commit comments

Comments
 (0)