Add .gitignore
This commit is contained in:
parent
3805c5c821
commit
f9882b3625
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
configuration.py
|
||||||
|
__pycache__
|
||||||
|
GeoLite2-City.mmdb
|
||||||
|
GeoLite2-City.tar.gz
|
Loading…
Reference in a new issue