From c3946151d543f568983f1ba16a963ea7dd4b9055 Mon Sep 17 00:00:00 2001 From: Kostya Date: Thu, 6 Aug 2026 14:42:43 +0000 Subject: template initial commit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..774d6b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Ignore compiled Java bytecode +bin/ +stage/ +dist/ +*.class + +# Ignore OS-specific files +.DS_Store +Thumbs.db + +config.properties + -- cgit v1.2.3