gitignore: ignore .DS_Store files

They are created by MacOS indexing.

Test plan: They no longer pollute my tree.
This commit is contained in:
Dandelion Mané 2019-08-09 14:30:54 +02:00
parent 09493eb368
commit 816c954f3d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,6 +17,7 @@
.env.development.local
.env.test.local
.env.production.local
.DS_Store
npm-debug.log*
yarn-debug.log*