Navigation Menu

Skip to content

Commit

Permalink
add updated .gitignore and package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
that1matt committed Oct 19, 2018
1 parent ce30658 commit b0f7b10
Show file tree
Hide file tree
Showing 2 changed files with 16,409 additions and 4 deletions.
44 changes: 40 additions & 4 deletions .gitignore
@@ -1,7 +1,43 @@
lib
# See https://help.github.com/ignore-files/ for more about ignoring files.
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
deploy.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Production
build
node_modules
npm-debug.log
.idea
dist
out
lib

# Dependency directories
node_modules/

# App directories
public/styles
public/js/*
!public/js/plugins

# OS files
.DS_Store
._*

# Config files
.env

# IDE files
.idea
.vscode

# Test coverage folder
.coverage
/coverage

0 comments on commit b0f7b10

Please sign in to comment.