This commit is contained in:
James R T 2025-04-12 02:14:17 +00:00 committed by GitHub
commit c7fedc68a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,13 @@
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]in/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
/[Aa]rtifacts/
/[Ll]ocal[Cc]ache/
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
@ -47,6 +50,11 @@ ExportedObj/
*.mdb
*.opendb
*.VC.db
*.opensdf
*.sdf
*.ipch
*.log
*.idb
# Unity3D generated meta files
*.pidb.meta
@ -72,3 +80,37 @@ crashlytics-build.properties
# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
# Ignore UnityVS so that users can use different versions
/[Aa]ssets/UnityVS/*
/[Aa]ssets/UnityVS.meta
# Platform-specific build directories
/WebBuild/
/WindowsBuild/
# Windows Store App folders
/WindowsStoreApp/
/WSA/
# Automatically generated Unity-related folders
/UnityGenerated/
/UnityPackageManager/
# Generated Unity UWP files and folders
/UWP/
/project.json
/project.lock.json
# Folder for generated UWP App to export to HoloLens
/[Aa]pp/
# Debug output
/DebugOutput/
/DebugOutput.meta
# Certificates
*.cert
*.privkey
*.pfx
*.pfx.meta