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