Initial commit: 12个专业个人简历作品集项目
This commit is contained in:
32
个人简历_大健康/.gitignore
vendored
Normal file
32
个人简历_大健康/.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# 依赖目录
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# 环境变量
|
||||
.env
|
||||
.env.local
|
||||
.env.production.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
|
||||
# 编辑器目录
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# 日志文件
|
||||
logs
|
||||
*.log
|
||||
|
||||
# 临时文件
|
||||
.temp
|
||||
.tmp
|
||||
.cache
|
||||
Reference in New Issue
Block a user