Add .DS_Store to .gitignore

This file is added by macOS (e.g. when browsing the directory in Finder).
This commit is contained in:
Roth Michaels
2024-12-19 18:34:40 -05:00
parent e3ec5cb121
commit 7fd24315f1

3
.gitignore vendored
View File

@@ -50,3 +50,6 @@ CMakeUserPresets.json
# cxxdraft-htmlgen
docs/api_reference/src/source/
docs/api_reference/gen
# macOS files
.DS_Store