macos: gitignore .DS_Store files
A .DS_Store file is automatically generated by the macOS Finder that contains the parent folder's metadata (a database of icon positions and background image selections). Adding this to the .gitignore so we don't have to manually remove them when committing to the repository.
This commit is contained in:
parent
1fb5a5b735
commit
655447b0f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
||||
.settings
|
||||
.directory
|
||||
.vscode
|
||||
.DS_Store
|
||||
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
|
Loading…
x
Reference in New Issue
Block a user