diff options
| author | yum <yum.food.vr@gmail.com> | 2023-02-13 14:42:23 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-02-13 14:42:23 -0800 |
| commit | bd72a8e97e120604405f2330664e9658e44e3de1 (patch) | |
| tree | 3468db27181b4e485cb669af847c676f893d5d8c | |
| parent | 422d148fdce3f843b8e9f4a427ac3158a96d7286 (diff) | |
Update .gitignore files
| -rw-r--r-- | Fonts/Emotes/.gitignore | 2 | ||||
| -rw-r--r-- | Shaders/.gitignore | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Fonts/Emotes/.gitignore b/Fonts/Emotes/.gitignore new file mode 100644 index 0000000..e17b68d --- /dev/null +++ b/Fonts/Emotes/.gitignore @@ -0,0 +1,2 @@ +# Don't check in any images (licensing risk). +*.png diff --git a/Shaders/.gitignore b/Shaders/.gitignore new file mode 100644 index 0000000..6f40a98 --- /dev/null +++ b/Shaders/.gitignore @@ -0,0 +1,4 @@ +# This should always be an empty file. I regenerate it sometimes but don't want +# to accidently check in those changes. +TaSTT.shader + |
