Skip to content

Commit

Permalink
chore: don't npmignore dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityataparia committed Jul 4, 2019
1 parent b1ec5e9 commit 392737a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
.DS_STORE
node_modules
yarn-error*
.nyc_output
# Logs
logs
*.log
*.log*

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

node_modules/
typings/
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.env
.next
dist
.DS_Store
21 changes: 21 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Logs
logs
*.log
*.log*

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

node_modules/
typings/
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.env
.next
.DS_Store

0 comments on commit 392737a

Please sign in to comment.