mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Update .gitignore.
This commit is contained in:
parent
2099e7266e
commit
e5919e4377
45
.gitignore
vendored
45
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user