Skip to content

Commit 55abc05

Browse files
Remove .DS_Store files globally from version control
1 parent 0effe49 commit 55abc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/doc/generated/
77
/doc/auto_examples/
88
/doc/sg_execution_times.rst
9-
/doc/.DS_Store
109

1110
__pycache__
1211
__cache__
13-
*_cache
12+
*_cache
13+
**/.DS_Store

0 commit comments

Comments
 (0)