From 7d7438e4a5477cf1b73dac4844eae6e783efcdb4 Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 20 Nov 2023 17:33:04 +0100 Subject: [PATCH] add gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c57f39 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in the volume folder +volume/* + +# But not the .gitkeep file +!volume/.gitkeep \ No newline at end of file