From 4d01f186118c55ef1c2b1a4854e56dd05646c4a3 Mon Sep 17 00:00:00 2001 From: doc-code Date: Sun, 8 Sep 2024 18:27:18 +0200 Subject: [PATCH] Add gitignore excluding .xcf and .blend --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf3420c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.xcf +*.blend* \ No newline at end of file