Browse Source

Add .DS_Store to .gitignore

PJB3005 7 years ago
parent
commit
413fe299fb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -5,3 +5,6 @@ __pycache__
 *.pyc
 *.pyc
 *~
 *~
 .directory
 .directory
+
+# Finder (MacOS) makes these automatically.
+.DS_Store