Skip to content

Commit 4cb10d8

Browse files
authored
fix: Add DS_Store in the gitignore list (#638)
**What problem does this PR solve?**: Updating the .gitignore file to exclude .DS_Store file **Which issue(s) this PR fixes**: Fixes # <No fix number> **How Has This Been Tested?**: This is a trivial change. This does not affect the build / product in anyways. Manually tested to see that git was ignoring .DS_Store file on OSX.
1 parent 2563c71 commit 4cb10d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.vscode/
22

3+
# ignore metadata files generated by OSX operating system
4+
.DS_Store
5+
36
test-output/
47
dist
58

0 commit comments

Comments
 (0)