1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #9451 from kolloch/feature/git-ignore-ds-store

gitignore: Also ignore .DS_Store
This commit is contained in:
John Ericson 2023-11-25 11:47:49 -05:00 committed by GitHub
commit fdac6e3818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -144,3 +144,6 @@ result
# clangd and possibly more
.cache/
# Mac OS
.DS_Store