Skip to content

Commit

Permalink
[clean-up] Ignored unnecessary folders and files for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhva committed Mar 8, 2018
1 parent eb52550 commit 5b2f1e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@
/yarn-error.log

/coverage

# Ignored unnecessary folders and files for npm package
/__mocks__/*
/__tests__/*
/config/*
/demo-app/*

.babelrc
.codeclimate.yml
.eslintrc.json
.stylelintrc.json
package-lock.json
yarn.lock

0 comments on commit 5b2f1e6

Please sign in to comment.