Adds .DS_Store to .gitignore
This commit is contained in:
parent
85d4272080
commit
149fbb4ac6
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ _build
|
||||||
*.pyc
|
*.pyc
|
||||||
dev.db
|
dev.db
|
||||||
site_media
|
site_media
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue