Skip to content

Commit

Permalink
updated to ignore package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tlivings committed May 10, 2018
1 parent 75996bb commit ec36114
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1,708 deletions.
98 changes: 66 additions & 32 deletions .gitignore
@@ -1,36 +1,70 @@
*.seed
# Logs
logs
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.orig
npm-debug.log*
yarn-debug.log*
yarn-error.log*

work
build
# Runtime data
pids
logs
results
coverage
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
html-report
xunit.xml
node_modules
npm-debug.log

.project
.idea
.settings
.iml
*.sublime-workspace
*.sublime-project

.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# package-lock
package-lock.json

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

# nyc
.nyc_output

# Trash
.DS_Store

0 comments on commit ec36114

Please sign in to comment.