2019-03-23 14:29:17 -04:00
|
|
|
# This .gitignore file should be placed at the root of your Unity project directory
|
2019-05-12 09:09:14 -04:00
|
|
|
#
|
2021-12-06 17:39:54 -05:00
|
|
|
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
2019-05-12 09:09:14 -04:00
|
|
|
#
|
2019-03-23 14:29:17 -04:00
|
|
|
/[Ll]ibrary/
|
|
|
|
/[Tt]emp/
|
|
|
|
/[Oo]bj/
|
|
|
|
/[Bb]uild/
|
|
|
|
/[Bb]uilds/
|
|
|
|
/[Ll]ogs/
|
2020-02-09 17:34:10 -05:00
|
|
|
/[Uu]ser[Ss]ettings/
|
2020-01-20 14:20:24 -05:00
|
|
|
|
|
|
|
# MemoryCaptures can get excessive in size.
|
|
|
|
# They also could contain extremely sensitive data
|
2019-05-09 07:17:09 -04:00
|
|
|
/[Mm]emoryCaptures/
|
2019-01-08 10:12:43 -05:00
|
|
|
|
2021-11-16 02:55:03 -05:00
|
|
|
# Recordings can get excessive in size
|
|
|
|
/[Rr]ecordings/
|
|
|
|
|
2019-01-08 10:12:43 -05:00
|
|
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
2019-03-23 14:29:17 -04:00
|
|
|
# /[Aa]ssets/AssetStoreTools*
|
2012-03-24 08:22:27 -04:00
|
|
|
|
2019-05-12 08:44:32 -04:00
|
|
|
# Autogenerated Jetbrains Rider plugin
|
2019-12-16 08:07:58 -05:00
|
|
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
2019-05-12 08:44:32 -04:00
|
|
|
|
2018-03-15 09:51:27 -04:00
|
|
|
# Visual Studio cache directory
|
2018-04-16 03:12:00 -04:00
|
|
|
.vs/
|
2017-01-31 02:19:57 -05:00
|
|
|
|
2018-12-12 04:47:32 -05:00
|
|
|
# Gradle cache directory
|
|
|
|
.gradle/
|
|
|
|
|
2016-06-21 10:34:13 -04:00
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
2015-12-10 00:08:58 -05:00
|
|
|
ExportedObj/
|
2016-06-21 10:34:13 -04:00
|
|
|
.consulo/
|
2014-12-04 20:43:44 -05:00
|
|
|
*.csproj
|
|
|
|
*.unityproj
|
|
|
|
*.sln
|
|
|
|
*.suo
|
2014-12-12 08:26:12 -05:00
|
|
|
*.tmp
|
2014-12-04 20:43:44 -05:00
|
|
|
*.user
|
|
|
|
*.userprefs
|
|
|
|
*.pidb
|
|
|
|
*.booproj
|
2015-12-10 00:08:58 -05:00
|
|
|
*.svd
|
2017-01-10 15:10:50 -05:00
|
|
|
*.pdb
|
2019-01-08 10:00:46 -05:00
|
|
|
*.mdb
|
2018-04-28 10:13:48 -04:00
|
|
|
*.opendb
|
2018-10-18 05:54:13 -04:00
|
|
|
*.VC.db
|
2015-12-10 00:08:58 -05:00
|
|
|
|
2014-12-12 08:04:48 -05:00
|
|
|
# Unity3D generated meta files
|
|
|
|
*.pidb.meta
|
2017-11-28 20:03:18 -05:00
|
|
|
*.pdb.meta
|
2019-01-08 10:00:46 -05:00
|
|
|
*.mdb.meta
|
2014-12-12 08:04:48 -05:00
|
|
|
|
2018-12-01 19:36:06 -05:00
|
|
|
# Unity3D generated file on crash reports
|
2014-06-17 14:12:59 -04:00
|
|
|
sysinfo.txt
|
2015-08-25 16:36:00 -04:00
|
|
|
|
|
|
|
# Builds
|
|
|
|
*.apk
|
2020-05-19 09:48:08 -04:00
|
|
|
*.aab
|
2015-08-25 16:36:00 -04:00
|
|
|
*.unitypackage
|
2022-10-17 11:02:24 -04:00
|
|
|
*.unitypackage.meta
|
2021-05-23 10:08:58 -04:00
|
|
|
*.app
|
2018-11-06 20:15:02 -05:00
|
|
|
|
|
|
|
# Crashlytics generated file
|
2019-01-08 10:00:46 -05:00
|
|
|
crashlytics-build.properties
|
2018-11-06 20:15:02 -05:00
|
|
|
|
2020-03-11 09:07:49 -04:00
|
|
|
# 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/*
|