Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore and ignoring yarn.lock #1004

Merged
merged 1 commit into from
Nov 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# sublime project
*.sublime-project
Expand All @@ -20,13 +25,15 @@ npm-debug.log*
pids
*.pid
*.seed
*.pid.lock

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

# Coverage directory used by tools like istanbul
coverage
.nyc_output/
*.lcov

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
Expand All @@ -37,6 +44,9 @@ node_modules
# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Build Data
dist/*
es/*
Expand All @@ -49,3 +59,15 @@ docs/export/*

# Optional REPL history
.node_repl_history

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

# Yarn Integrity file
.yarn-integrity

# Yarn lock
# Note:
# Remove the line below when we switched to Yarn
yarn.lock