Skip to content

Commit

Permalink
Adding .npmignore so that dist directory gets published
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Tavares committed Nov 17, 2016
1 parent 9553949 commit 544c73c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .npmignore
@@ -0,0 +1,27 @@
# OS X
.DS_Store

# IDE files
.idea

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Downloaded stuff for autorest
packages
tools

# Users Environment Variables
.lock-wscript

0 comments on commit 544c73c

Please sign in to comment.