gitignore: ignore .DS_Store files
They are created by MacOS indexing. Test plan: They no longer pollute my tree.
This commit is contained in:
parent
09493eb368
commit
816c954f3d
|
@ -17,6 +17,7 @@
|
|||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.DS_Store
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
Loading…
Reference in New Issue