Skip to content

Commit

Permalink
⛔ Git and NPM ignore .DS_Store file
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed Jul 18, 2016
1 parent ed468f1 commit 16d3c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
lib
.DS_Store
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
/spec
/src
.flowconfig
.DS_Store

0 comments on commit 16d3c96

Please sign in to comment.