This commit is contained in:
2025-11-07 01:52:14 -08:00
parent 3c8c4596cf
commit 6d93c3904b
2 changed files with 70 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Ignore everything
/*
# But not these folders
!Assets/
!ProjectSettings/
!Packages/
# Ignore common OS files
.DS_Store
Thumbs.db
# Ignore Unity generated folders inside Assets
Assets/**/Library/
Assets/**/Temp/
Assets/**/obj/
# Make sure git files are tracked
!.gitignore
!.gitattributes
# Ignore logs
*.log
# Optional: Ignore build folders if you have them
Build/
Builds/