mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-16 12:27:03 +03:00
Adding .DS_Store to the .gitignore file since MacOS loves touching those files. (#1886)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -6,4 +6,7 @@ scripts/python/__pycache__
|
|||||||
scripts/python/*.pyc
|
scripts/python/*.pyc
|
||||||
|
|
||||||
# VS Code
|
# VS Code
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
# MacOS-specific
|
||||||
|
.DS_Store
|
||||||
Reference in New Issue
Block a user