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:
Benitoite 2023-07-26 17:19:35 +07:00 committed by GitHub
parent 1fb5a5b735
commit 655447b0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
.settings
.directory
.vscode
.DS_Store
CMakeCache.txt
CMakeFiles