Added .DS_Store files to .gitignore.

This commit is contained in:
Tobias Reinhard 2022-10-11 11:54:15 -04:00
parent 13f034eb74
commit b3af566a7d

3
.gitignore vendored
View file

@ -19,3 +19,6 @@ __pycache__/
# Ignore certificate files. # Ignore certificate files.
*.pem *.pem
*.crt *.crt
# Ignore OS bookkeeping files
.DS_Store