You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hutao/.gitignore

59 lines
734 B

6 months ago
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
6 months ago
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
6 months ago
.grunt
# node-waf configuration
.lock-wscript
6 months ago
# Compiled binary addons (http://nodejs.org/api/addons.html)
6 months ago
build/Release
# Dependency directories
6 months ago
node_modules
jspm_packages
6 months ago
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
6 months ago
# 0x
profile-*
6 months ago
6 months ago
# mac files
.DS_Store
6 months ago
6 months ago
# vim swap files
*.swp
6 months ago
6 months ago
# webstorm
.idea
6 months ago
6 months ago
# vscode
.vscode
*code-workspace
6 months ago
6 months ago
# clinic
profile*
*clinic*
*flamegraph*