From f65388cf1382a691ce6f11ebf8dc1851a3f1668d Mon Sep 17 00:00:00 2001 From: Iuliia Ivashko Date: Mon, 9 Feb 2026 16:48:05 +0200 Subject: [PATCH] chore: update .gitignore to exclude build outputs and IDE locals --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 8c42bfe6..941f57cb 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,25 @@ local-dev* *.sw? .opencode/plans/* .hive + +# Build outputs +build/ +.gradle/ + +# Built webview assets (generated during build) +src/main/resources/webview/ + +# IDE +*.iml +*.ipr +*.iws + +# Local env +.env +.env.local + +# IntelliJ plugin (separate project) +packages/intellij/ + +# OS +Thumbs.db