mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Adding .DS_Store to the .gitignore file since MacOS loves touching those files. (#1886)
This commit is contained in:
parent
256e6a939f
commit
e92886217c
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
|
Loading…
Reference in New Issue
Block a user