Skip to content

Commit e928862

Browse files
Adding .DS_Store to the .gitignore file since MacOS loves touching those files. (#1886)
1 parent 256e6a9 commit e928862

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ scripts/python/__pycache__
66
scripts/python/*.pyc
77

88
# VS Code
9-
.vs/
9+
.vs/
10+
11+
# MacOS-specific
12+
.DS_Store

0 commit comments

Comments
 (0)