Update .gitignore file with .DS_Store
This commit is contained in:
parent
3ea12d86f5
commit
28e678643b
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -2,4 +2,7 @@
|
|||
.idea
|
||||
|
||||
# Node
|
||||
node_modules
|
||||
node_modules
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
Loading…
Reference in a new issue