2019-12-20 04:34:12 +05:30
|
|
|
# This .gitignore file should be placed at the root of your Unity project directory
|
|
|
|
#
|
|
|
|
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
|
|
|
|
#
|
|
|
|
/[Ll]ibrary/
|
|
|
|
/[Tt]emp/
|
|
|
|
/[Oo]bj/
|
|
|
|
/[Bb]uild/
|
|
|
|
/[Bb]uilds/
|
|
|
|
/[Ll]ogs/
|
|
|
|
/[Mm]emoryCaptures/
|
|
|
|
|
|
|
|
# Asset meta data should only be ignored when the corresponding asset is also ignored
|
|
|
|
!/[Aa]ssets/**/*.meta
|
|
|
|
|
|
|
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
|
|
|
# /[Aa]ssets/AssetStoreTools*
|
|
|
|
|
|
|
|
# Autogenerated Jetbrains Rider plugin
|
|
|
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
2015-08-28 14:14:04 +05:30
|
|
|
|
2018-11-04 03:36:09 +05:30
|
|
|
# Visual Studio cache directory
|
|
|
|
.vs/
|
2017-03-15 18:00:00 +05:30
|
|
|
|
2019-12-20 04:34:12 +05:30
|
|
|
# Gradle cache directory
|
|
|
|
.gradle/
|
|
|
|
|
2017-03-15 18:00:00 +05:30
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
|
|
|
ExportedObj/
|
|
|
|
.consulo/
|
2015-08-28 14:14:04 +05:30
|
|
|
*.csproj
|
|
|
|
*.unityproj
|
|
|
|
*.sln
|
|
|
|
*.suo
|
|
|
|
*.tmp
|
|
|
|
*.user
|
|
|
|
*.userprefs
|
|
|
|
*.pidb
|
|
|
|
*.booproj
|
2017-03-15 18:00:00 +05:30
|
|
|
*.svd
|
|
|
|
*.pdb
|
2019-12-20 04:34:12 +05:30
|
|
|
*.mdb
|
2018-11-04 03:36:09 +05:30
|
|
|
*.opendb
|
|
|
|
*.VC.db
|
2015-08-28 14:14:04 +05:30
|
|
|
|
|
|
|
# Unity3D generated meta files
|
|
|
|
*.pidb.meta
|
2018-11-04 03:36:09 +05:30
|
|
|
*.pdb.meta
|
2019-12-20 04:34:12 +05:30
|
|
|
*.mdb.meta
|
2015-08-28 14:14:04 +05:30
|
|
|
|
2019-12-20 04:34:12 +05:30
|
|
|
# Unity3D generated file on crash reports
|
2015-08-28 14:14:04 +05:30
|
|
|
sysinfo.txt
|
2017-03-15 18:00:00 +05:30
|
|
|
|
|
|
|
# Builds
|
|
|
|
*.apk
|
|
|
|
*.unitypackage
|
2019-12-20 04:34:12 +05:30
|
|
|
|
|
|
|
# Crashlytics generated file
|
|
|
|
crashlytics-build.properties
|
|
|
|
|