初始化 Unity RPG 学习项目
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# Unity
|
||||
[Ll]ibrary/
|
||||
[Tt]emp/
|
||||
[Oo]bj/
|
||||
[Bb]uild/
|
||||
[Bb]uilds/
|
||||
[Ll]ogs/
|
||||
[Uu]ser[Ss]ettings/
|
||||
[Mm]emoryCaptures/
|
||||
[Cc]rashReportLogs/
|
||||
|
||||
# Visual Studio
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.userprefs
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.lock
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# Git LFS
|
||||
*.fbx
|
||||
*.FBX
|
||||
*.tga
|
||||
*.tif
|
||||
*.tiff
|
||||
*.psd
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.wav
|
||||
*.mp3
|
||||
*.mp4
|
||||
*.avi
|
||||
*.mov
|
||||
# Binary assets (track via Git LFS instead)
|
||||
# *.fbx *.png *.jpg etc. should use LFS, not gitignore
|
||||
Reference in New Issue
Block a user