gitignore/Unity.gitignore

58 lines
830 B
Plaintext
Raw Normal View History

# 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-01-22 20:56:13 +01:00
# Never ignore Asset meta data
!/[Aa]ssets/**/*.meta
2019-01-22 20:56:13 +01:00
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[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/
2018-03-15 14:51:27 +01:00
# Visual Studio cache directory
.vs/
2018-12-12 10:47:32 +01:00
# Gradle cache directory
.gradle/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
2017-01-10 21:10:50 +01:00
*.pdb
*.mdb
2018-04-28 16:13:48 +02:00
*.opendb
*.VC.db
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
# Unity3D generated file on crash reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# Crashlytics generated file
crashlytics-build.properties