1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00
Files
408CSFamily/.gitignore
喜欢芝士的妹妹 8ffae5e090 feat: 新增vercel部署ci
2023-09-01 23:57:48 +08:00

76 lines
992 B
Plaintext

logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# docs
lib-cov
# 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 (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# 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
.git
.vscode
.env
.DS_Store
dist
lib
es
_site
yarn.lock
package-lock.json
/coverage
# useless files
templete
/docs/.vuepress/.temp/
/docs/.vuepress/.cache/
/.husky/
.vercel