diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-09-27 15:32:26 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-09-27 15:32:26 +0200 |
commit | 160b221d9bc2d002d83b92e65a457ad3fefad427 (patch) | |
tree | 5b75230a4f135da9079309263814b48850624f25 /.gitignore | |
parent | 4de3f338439f6be798a73fcd4da53d87517a2449 (diff) | |
download | TD-160b221d9bc2d002d83b92e65a457ad3fefad427.tar.gz TD-160b221d9bc2d002d83b92e65a457ad3fefad427.zip |
Added empty project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,9 +1,9 @@ -/[Ll]ibrary/ -/[Tt]emp/ -/[Oo]bj/ -/[Bb]uild/ -/[Bb]uilds/ -/Assets/AssetStoreTools* +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +Assets/AssetStoreTools* # Visual Studio 2015 cache directory /.vs/ |