mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Updated .gitignore to ignore .DS_Store files
This commit is contained in:
parent
5603d72824
commit
ee9f175d50
1 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,6 +13,9 @@
|
|||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
#others
|
||||
node_modules
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
.hugo_build.lock
|
Loading…
Reference in a new issue