Added DS_Store to .gitignore
This commit is contained in:
parent
2626a28e6d
commit
397ebe8428
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -15,3 +15,7 @@ __pycache__/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
_trial_temp/
|
_trial_temp/
|
||||||
_trial_temp-*/
|
_trial_temp-*/
|
||||||
|
|
||||||
|
# OS X DS_Store
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue