Initial commit: 12个专业个人简历作品集项目

This commit is contained in:
KQL
2025-11-15 18:32:08 +08:00
commit b690b4663c
896 changed files with 726841 additions and 0 deletions

60
.gitignore vendored Normal file
View File

@@ -0,0 +1,60 @@
# macOS系统文件
.DS_Store
.AppleDouble
.LSOverride
# 缩略图
._*
# 文件系统元数据
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# 目录和文件
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# 编辑器配置
.vscode/
.idea/
*.swp
*.swo
*~
# 构建输出
dist/
build/
*.log
# 环境变量
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 临时文件
*.tmp
*.temp
# 大型二进制文件可选如果需要保留fbx文件则注释掉以下行
# *.fbx
# *.psd
# *.mp4
# *.mov