diff options
| -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 + |
