Files
all-personal-resume/.gitignore

61 lines
800 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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