common/Unity.gitignore

99 lines
1.8 KiB
Plaintext
Raw Normal View History

2024-06-05 02:34:02 +00:00
# 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
2024-06-05 02:34:02 +00:00
/[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
2024-06-05 02:34:02 +00:00
/[Mm]emoryCaptures/
# recordings can get excessive in size
2024-06-05 02:34:02 +00:00
/[Rr]ecordings/
# autogenerated jetbrains rider plugin
2024-06-05 02:34:02 +00:00
/[Aa]ssets/Plugins/Editor/JetBrains*
# visual studio cache directory
2024-06-05 02:34:02 +00:00
.vs/
# gradle cache directory
2024-06-05 02:34:02 +00:00
.gradle/
# autogenerated vs/md/consulo solution and project files
2024-06-05 02:34:02 +00:00
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
# unity3d generated meta files
2024-06-05 02:34:02 +00:00
*.pidb.meta
*.pdb.meta
*.mdb.meta
# unity3d generated file on crash reports
2024-06-05 02:34:02 +00:00
sysinfo.txt
# builds
2024-06-05 02:34:02 +00:00
*.apk
*.aab
*.unitypackage
*.app
# crashlytics generated file
2024-06-05 02:34:02 +00:00
crashlytics-build.properties
# packed addressables
2024-06-05 02:34:02 +00:00
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
# temporary auto-generated android assets
2024-06-05 02:34:02 +00:00
/[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