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
|
|
|
#
|
|
|
|
# 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-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
|
|
|
|
2019-11-27 08:12:00 -05: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 14:56:13 -05:00
|
|
|
|
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
|
|
|
|
*.unitypackage
|
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
|
|
|
|