mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Merge pull request #773 from michaeldorner/main
⚙️ Remove and ignore .DS_Store files
This commit is contained in:
commit
3eafcd94ce
8 changed files with 7 additions and 2 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
#others
|
#others
|
||||||
node_modules
|
node_modules
|
||||||
.DS_Store
|
|
||||||
**/.DS_Store
|
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
|
BIN
assets/css/.DS_Store
vendored
BIN
assets/css/.DS_Store
vendored
Binary file not shown.
BIN
assets/img/.DS_Store
vendored
BIN
assets/img/.DS_Store
vendored
Binary file not shown.
BIN
assets/js/.DS_Store
vendored
BIN
assets/js/.DS_Store
vendored
Binary file not shown.
BIN
assets/lib/.DS_Store
vendored
BIN
assets/lib/.DS_Store
vendored
Binary file not shown.
BIN
exampleSite/content/.DS_Store
vendored
BIN
exampleSite/content/.DS_Store
vendored
Binary file not shown.
BIN
exampleSite/content/docs/.DS_Store
vendored
BIN
exampleSite/content/docs/.DS_Store
vendored
Binary file not shown.
BIN
layouts/partials/.DS_Store
vendored
BIN
layouts/partials/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in a new issue