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