99 lines
1.8 KiB
Plaintext
99 lines
1.8 KiB
Plaintext
# sauel-tracking: https://github.com/github/gitignore/blob/main/Unity.gitignore
|
|
# this .gitignore file should be placed at the root of your unity project directory
|
|
|
|
/[Ll]ibrary/
|
|
/[Tt]emp/
|
|
/[Oo]bj/
|
|
/[Bb]uild/
|
|
/[Bb]uilds/
|
|
/[Ll]ogs/
|
|
/[Uu]ser[Ss]ettings/
|
|
|
|
# memorycaptures can get excessive in size.
|
|
# they also could contain extremely sensitive data
|
|
/[Mm]emoryCaptures/
|
|
|
|
# recordings can get excessive in size
|
|
/[Rr]ecordings/
|
|
|
|
# autogenerated jetbrains rider plugin
|
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
|
|
|
# visual studio cache directory
|
|
.vs/
|
|
|
|
# gradle cache directory
|
|
.gradle/
|
|
|
|
# autogenerated vs/md/consulo solution and project files
|
|
ExportedObj/
|
|
.consulo/
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.suo
|
|
*.tmp
|
|
*.user
|
|
*.userprefs
|
|
*.pidb
|
|
*.booproj
|
|
*.svd
|
|
*.pdb
|
|
*.mdb
|
|
*.opendb
|
|
*.VC.db
|
|
|
|
# unity3d generated meta files
|
|
*.pidb.meta
|
|
*.pdb.meta
|
|
*.mdb.meta
|
|
|
|
# unity3d generated file on crash reports
|
|
sysinfo.txt
|
|
|
|
# builds
|
|
*.apk
|
|
*.aab
|
|
*.unitypackage
|
|
*.app
|
|
|
|
# crashlytics generated file
|
|
crashlytics-build.properties
|
|
|
|
# packed addressables
|
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
|
|
|
# temporary auto-generated android assets
|
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
|
|
|
# idea stuff
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
.idea/modules.xml
|
|
.idea/*.iml
|
|
.idea/modules
|
|
.idea/**/mongoSettings.xml
|
|
.idea/replstate.xml
|
|
.idea/caches/build_file_checksums.ser
|
|
**/.idea/httpRequests/
|
|
**/.idea/**/usage.statistics.xml
|
|
**/.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
.idea/*/.idea/projectSettingsUpdater.xml
|
|
.idea/*/.idea/encodings.xml
|
|
**/.idea/**/dataSources/
|
|
**/.idea/**/dataSources.ids
|
|
**/.idea/**/dataSources.xml
|
|
**/.idea/**/dataSources.local.xml
|
|
**/.idea/**/sqlDataSources.xml
|
|
**/.idea/**/dynamic.xml
|
|
**/.idea/**/uiDesigner.xml
|
|
**/.idea/**/dbnavigator.xml
|
|
**/.idea/**/*.iml
|
|
**/.idea/**/contentModel.xml
|
|
**/.idea/**/modules.xml
|