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