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
|
|
|
#
|
|
|
|
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
|
|
|
|
#
|
2019-03-24 02:29:17 +08:00
|
|
|
/[Ll]ibrary/
|
|
|
|
/[Tt]emp/
|
|
|
|
/[Oo]bj/
|
|
|
|
/[Bb]uild/
|
|
|
|
/[Bb]uilds/
|
|
|
|
/[Ll]ogs/
|
2019-05-09 19:17:09 +08:00
|
|
|
/[Mm]emoryCaptures/
|
2019-01-08 23:12:43 +08:00
|
|
|
|
2019-11-27 21:12:00 +08:00
|
|
|
# Asset meta data should only be ignored when the corresponding asset is also ignored
|
2019-03-24 02:29:17 +08:00
|
|
|
!/[Aa]ssets/**/*.meta
|
2019-01-23 03:56:13 +08:00
|
|
|
|
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
|
|
|
|
[Aa]ssets/Plugins/Editor/JetBrains*
|
|
|
|
|
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
|
|
|
|
*.unitypackage
|
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
|
|
|
|