mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 18:54:26 +08:00
gitignore: add .DS_Store
The file is used in macOS to stores custom attributes of its containing folder and should not be committed to this repository. - https://github.com/github/gitignore/search?q=DS_Store - https://en.wikipedia.org/wiki/.DS_Store
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
.history
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user