first commit
This commit is contained in:
+70
@@ -0,0 +1,70 @@
|
||||
# Unity generated folders
|
||||
[Ll]ibrary/
|
||||
[Tt]emp/
|
||||
[Oo]bj/
|
||||
[Bb]uild/
|
||||
[Bb]uilds/
|
||||
[Ll]ogs/
|
||||
[Uu]ser[Ss]ettings/
|
||||
[Mm]emoryCaptures/
|
||||
|
||||
# Unity asset/import artifacts that should not be versioned
|
||||
*.csproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.tmp
|
||||
*.user
|
||||
*.userprefs
|
||||
*.pidb
|
||||
*.booproj
|
||||
*.svd
|
||||
*.pdb
|
||||
*.mdb
|
||||
*.opendb
|
||||
*.VC.db
|
||||
*.pidb.meta
|
||||
sysinfo.txt
|
||||
|
||||
# Unity crash and profiler outputs
|
||||
*.stackdump
|
||||
*.dmp
|
||||
*.raw
|
||||
*.mem
|
||||
|
||||
# Build outputs and packages
|
||||
*.apk
|
||||
*.aab
|
||||
*.unitypackage
|
||||
*.app
|
||||
|
||||
# Addressables / streaming generated content
|
||||
[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
||||
[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||
[Aa]ssets/[Ss]treamingAssets/aa/
|
||||
|
||||
# Visual Studio / Rider / VS Code local state
|
||||
.vs/
|
||||
.idea/
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.DotSettings.user
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Python/local tooling caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Lab reports and office temporary files
|
||||
*.docx
|
||||
~$*.docx
|
||||
*.tmp.docx
|
||||
Reference in New Issue
Block a user