Skip to content

Commit

Permalink
Add NPM Ignore File
Browse files Browse the repository at this point in the history
  • Loading branch information
aelitneg committed Jul 20, 2020
1 parent e236915 commit a9e737a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# Node Modules
#
node_modules

#
# ESLint
#
.eslintcache
.eslintignore
.eslintrc.js

#
# Prettier
#
prettier.config.js

#
# Docs
#
*.md
*.gif

#
# WebPack
#
webpack.config.js
webpack.config.dev.js

0 comments on commit a9e737a

Please sign in to comment.