Skip to content

Commit

Permalink
Ignore DS_Store files. (#440)
Browse files Browse the repository at this point in the history
* Ignore DSStore Files

* Simplify Ignore for DS_Store
  • Loading branch information
thboop authored May 1, 2020
1 parent 97cabf0 commit 94cd8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
packages/*/node_modules/
packages/*/lib/
packages/*/__tests__/_temp/
packages/*/__tests__/_temp/
.DS_Store

0 comments on commit 94cd8ef

Please sign in to comment.