From bd72a8e97e120604405f2330664e9658e44e3de1 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 13 Feb 2023 14:42:23 -0800 Subject: Update .gitignore files --- Fonts/Emotes/.gitignore | 2 ++ Shaders/.gitignore | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Fonts/Emotes/.gitignore create mode 100644 Shaders/.gitignore 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 + -- cgit v1.2.3