Ignore MacOS DS_Store files
This commit is contained in:
parent
805a09d0b1
commit
204613a7f8
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.idea/*
|
||||
**/node_modules/*
|
||||
**/certs/*
|
||||
**/certs/*
|
||||
**/.DS_Store
|
||||
|
|
Loading…
Reference in a new issue