From b87fd663c0704437e1d71f4680e7882cfbaa067e Mon Sep 17 00:00:00 2001 From: Sharad pareek <80637947+pareek-sahab@users.noreply.github.com> Date: Wed, 22 Dec 2021 23:34:23 +0530 Subject: [PATCH] Add files via upload --- .gitattributes | 2 ++ .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ Readme.md | 2 ++ 3 files changed, 64 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 Readme.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6efde05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,60 @@ +# 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* + +# 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 + diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..369b94e --- /dev/null +++ b/Readme.md @@ -0,0 +1,2 @@ +# Hill-Climb-Racing + Hill Climb Racing using Unity