diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-09-27 14:51:30 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-09-27 14:51:30 +0200 |
commit | 4de3f338439f6be798a73fcd4da53d87517a2449 (patch) | |
tree | 468e01a73c7f722c6eaa645792c6708fd47ed6e0 | |
download | TD-4de3f338439f6be798a73fcd4da53d87517a2449.tar.gz TD-4de3f338439f6be798a73fcd4da53d87517a2449.zip |
Initial commit
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitignore | 34 | ||||
-rw-r--r-- | README.md | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eba1110 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto
\ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb83a8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/Assets/AssetStoreTools* + +# Visual Studio 2015 cache directory +/.vs/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb + +# Unity3D generated meta files +*.pidb.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..b7c03f5 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# unityTest |