Skip to content

Commit 8cfc82e

Browse files
committed
Adds .DS_Store to .gitignore
Excludes macOS .DS_Store files from version control to prevent unnecessary tracking of desktop service store files.
1 parent dcd90fe commit 8cfc82e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/.angular/cache
2+
3+
# OSX
4+
.DS_Store
5+
26
# IDE
37
*.iml
48
.idea/

0 commit comments

Comments
 (0)