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