diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-31 15:25:28 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-31 15:25:28 -0400 |
| commit | 14b961253ede0e3a84d449149ac623b8f380c27b (patch) | |
| tree | 49ab95429fa02d6f029381cae232eb0f9eec5b10 /.gitignore | |
| download | Unicity-14b961253ede0e3a84d449149ac623b8f380c27b.tar.gz Unicity-14b961253ede0e3a84d449149ac623b8f380c27b.tar.bz2 Unicity-14b961253ede0e3a84d449149ac623b8f380c27b.zip | |
Inital commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49d10e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,62 @@ +# 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/ + +# Never ignore Asset meta data +!/[Aa]ssets/**/*.meta + +# Uncomment this line if you wish to ignore the asset store tools plugin +# /[Aa]ssets/AssetStoreTools* + +# TextMesh Pro files +[Aa]ssets/TextMesh*Pro/ + +# Autogenerated Jetbrains Rider plugin +[Aa]ssets/Plugins/Editor/JetBrains* + +# Visual Studio cache directory +.vs/ + +# Gradle cache directory +.gradle/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.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 |
