From 37252a4edcb98a8ed6c581e4b0351e0fa11d0c90 Mon Sep 17 00:00:00 2001 From: Florian Richer <11292703+mrdev023@users.noreply.github.com> Date: Sun, 27 Jan 2019 14:53:25 +0100 Subject: [PATCH] Initial commit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0210746 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +Assets/AssetStoreTools* + +# Visual Studio cache directory +.vs/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.opendb + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage diff --git a/README.md b/README.md new file mode 100644 index 0000000..db9039f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Global-Game-Jam-2019 +GGJ 2019