From ccd79878a6abb6ae1040603bbc45da3c1c107a04 Mon Sep 17 00:00:00 2001 From: Luminar Light <18116946+LuminarLight@users.noreply.github.com> Date: Wed, 23 Mar 2022 02:07:24 +0100 Subject: [PATCH] Add texture replacements to gitignore. (#1244) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 54cd7e85fc..536db679d9 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ imgui.ini # website stuff node_modules/ + +# texture replacements +texture_replacements/* \ No newline at end of file