From 83c1ede32e48bf103ca2d52a0773b7ca06c8508b Mon Sep 17 00:00:00 2001 From: Giulio Starace Date: Mon, 12 Feb 2024 00:52:23 +0100 Subject: [PATCH] ignore static fodlers --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b10586f..7343509 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # custom +/images/ +/outputs/ /models/ # Byte-compiled / optimized / DLL files