From 5504ca88e98f8451a6dc1c719862f32ca54bfc50 Mon Sep 17 00:00:00 2001 From: Kostya Date: Fri, 24 Jul 2026 21:45:17 +0000 Subject: initial commit --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b63bf17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore compiled Java bytecode +bin/ +*.class + +# Ignore packaged binaries +*.jar +*.war + +# Ignore OS-specific files +.DS_Store +Thumbs.db + +# Optional: Ignore environment properties if they hold local secrets +# config.properties + -- cgit v1.2.3