Shing Yee commited on
Commit
4042688
·
unverified ·
1 Parent(s): 70c7861

Add .DS_Store to .gitignore

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. .gitignore +2 -0
.DS_Store DELETED
Binary file (6.15 kB)
 
.gitignore CHANGED
@@ -158,3 +158,5 @@ cython_debug/
158
  # and can be added to the global gitignore or merged into this file. For a more nuclear
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
 
 
 
158
  # and can be added to the global gitignore or merged into this file. For a more nuclear
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
161
+
162
+ .DS_Store