diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-02 17:24:19 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-02 17:24:19 -0700 |
| commit | d4556af258ae3911c83ece4b817335e8c5a2a2d2 (patch) | |
| tree | 7336f68ef7f3b249849c7f18d783ea73caad2c24 /.gitignore | |
| parent | 21c17fcb5698ed238e5397a0c2b0530034804d34 (diff) | |
Add LICENSE
* Update README with contribution instructions & design details.
* Add text-to-text demo gif
* Document known Unity landmines in generate.sh.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +# Ignore vim swap files. +*.sw[po] +# Ignore generated Unity assets. *.meta generated -*.swp +*.controller +*.asset |
