Skip to content

Commit 22df710

Browse files
committed
Add .DS_Store to .gitignore files in multiple directories
This commit adds ".DS_Store" to the .gitignore files across several directories. The ".DS_Store" file is a system file that is automatically generated by macOS and should not be tracked in git. Accordingly, by including it in the .gitignore file, unwanted changes and clutter will be eliminated from future commits.
1 parent 8d6d49e commit 22df710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.idea/
1+
.idea/
2+
.DS_Store

0 commit comments

Comments
 (0)