mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Add macOS generated files to gitignore
This commit is contained in:
parent
4d29012edb
commit
d4f121f28f
1 changed files with 7 additions and 2 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -16,6 +16,11 @@
|
|||
|
||||
#others
|
||||
node_modules
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
.hugo_build.lock
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
|
Loading…
Reference in a new issue