Skip to content

Commit

Permalink
npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedyrose committed Feb 9, 2018
1 parent 05097b6 commit 86ef530
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# System generated files
.DS_Store

# Logs
logs
*.log
npm-debug.log*

# Dependency directories
node_modules
dev
test

# Development/Environment
.env
.next
json
static
docs/build/
coverage/
.eslintcache
.postcssrc
src

# Temporary
temp
temp-*
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.4.0

0 comments on commit 86ef530

Please sign in to comment.