2019-03-23 19:29:17 +01:00
|
|
|
# This .gitignore file should be placed at the root of your Unity project directory
|
|
|
|
|
|
|
|
/[Ll]ibrary/
|
|
|
|
/[Tt]emp/
|
|
|
|
/[Oo]bj/
|
|
|
|
/[Bb]uild/
|
|
|
|
/[Bb]uilds/
|
|
|
|
/[Ll]ogs/
|
2019-05-09 13:17:09 +02:00
|
|
|
/[Mm]emoryCaptures/
|
2019-01-08 16:12:43 +01:00
|
|
|
|
2019-01-22 20:56:13 +01:00
|
|
|
# Never ignore Asset meta data
|
2019-03-23 19:29:17 +01:00
|
|
|
!/[Aa]ssets/**/*.meta
|
2019-01-22 20:56:13 +01:00
|
|
|
|
2019-01-08 16:12:43 +01:00
|
|
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
2019-03-23 19:29:17 +01:00
|
|
|
# /[Aa]ssets/AssetStoreTools*
|
2012-03-24 13:22:27 +01:00
|
|
|
|
2019-03-11 13:07:13 +01:00
|
|
|
# TextMesh Pro files
|
|
|
|
[Aa]ssets/TextMesh*Pro/
|
|
|
|
|
2019-05-12 14:44:32 +02:00
|
|
|
# Autogenerated Jetbrains Rider plugin
|
|
|
|
[Aa]ssets/Plugins/Editor/JetBrains*
|
|
|
|
|
2018-03-15 14:51:27 +01:00
|
|
|
# Visual Studio cache directory
|
2018-04-16 09:12:00 +02:00
|
|
|
.vs/
|
2017-01-31 08:19:57 +01:00
|
|
|
|
2018-12-12 10:47:32 +01:00
|
|
|
# Gradle cache directory
|
|
|
|
.gradle/
|
|
|
|
|
2016-06-21 16:34:13 +02:00
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
2015-12-10 06:08:58 +01:00
|
|
|
ExportedObj/
|
2016-06-21 16:34:13 +02:00
|
|
|
.consulo/
|
2014-12-05 02:43:44 +01:00
|
|
|
*.csproj
|
|
|
|
*.unityproj
|
|
|
|
*.sln
|
|
|
|
*.suo
|
2014-12-12 14:26:12 +01:00
|
|
|
*.tmp
|
2014-12-05 02:43:44 +01:00
|
|
|
*.user
|
|
|
|
*.userprefs
|
|
|
|
*.pidb
|
|
|
|
*.booproj
|
2015-12-10 06:08:58 +01:00
|
|
|
*.svd
|
2017-01-10 21:10:50 +01:00
|
|
|
*.pdb
|
2019-01-08 16:00:46 +01:00
|
|
|
*.mdb
|
2018-04-28 16:13:48 +02:00
|
|
|
*.opendb
|
2018-10-18 11:54:13 +02:00
|
|
|
*.VC.db
|
2015-12-10 06:08:58 +01:00
|
|
|
|
2014-12-12 14:04:48 +01:00
|
|
|
# Unity3D generated meta files
|
|
|
|
*.pidb.meta
|
2017-11-29 02:03:18 +01:00
|
|
|
*.pdb.meta
|
2019-01-08 16:00:46 +01:00
|
|
|
*.mdb.meta
|
2014-12-12 14:04:48 +01:00
|
|
|
|
2018-12-02 01:36:06 +01:00
|
|
|
# Unity3D generated file on crash reports
|
2014-06-17 20:12:59 +02:00
|
|
|
sysinfo.txt
|
2015-08-25 22:36:00 +02:00
|
|
|
|
|
|
|
# Builds
|
|
|
|
*.apk
|
|
|
|
*.unitypackage
|
2018-11-07 02:15:02 +01:00
|
|
|
|
|
|
|
# Crashlytics generated file
|
2019-01-08 16:00:46 +01:00
|
|
|
crashlytics-build.properties
|
2018-11-07 02:15:02 +01:00
|
|
|
|