mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
gitignore: Also ignore .DS_Store
This is a file that Finder on Mac OS loves to add into various folders.
This commit is contained in:
parent
dda0e34ecf
commit
213594721a
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -144,3 +144,6 @@ result
|
|||
|
||||
# clangd and possibly more
|
||||
.cache/
|
||||
|
||||
# Mac OS
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue