Skip to content

Commit

Permalink
Update .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed May 5, 2019
1 parent 2099e72 commit e5919e4
Showing 1 changed file with 42 additions and 3 deletions.
45 changes: 42 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,48 @@
# Development-related files
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

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

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

# Tool-specific files and directories
.eslintcache
.node_repl_history
.npm
.nyc_output
.tern-port
.tool-versions
.vscode/
.yarn-integrity
bower_components/
coverage/
/node_modules/
tmp/

# node-waf configuration
.lock-wscript

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

# Dependency directories
node_modules/
jspm_packages/

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env
.env.test

# User-specific files
conf.json
Expand Down

0 comments on commit e5919e4

Please sign in to comment.