From 33e24204fb0dccddbdcd06fae71293bd50270263 Mon Sep 17 00:00:00 2001 From: IFM Telegram Bot Date: Mon, 23 Feb 2026 10:56:22 +0700 Subject: [PATCH] chore: add .gitignore for build artifacts and runtime files Co-Authored-By: Claude Opus 4.6 --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5042d53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +target/ +*.class +*.jar +*.log +.env +data/ +downloads/ +bot.pid +*.iml +.idea/ +.DS_Store +logs/