Skip to content

Commit

Permalink
Adding .DS_Store to the .gitignore file since MacOS loves touching th…
Browse files Browse the repository at this point in the history
…ose files. (isocpp#1886)
  • Loading branch information
michaelbprice authored Feb 4, 2022
1 parent 256e6a9 commit e928862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ scripts/python/__pycache__
scripts/python/*.pyc

# VS Code
.vs/
.vs/

# MacOS-specific
.DS_Store

0 comments on commit e928862

Please sign in to comment.