chore: update .gitignore to exclude build outputs and IDE locals

This commit is contained in:
Iuliia Ivashko
2026-02-09 16:48:05 +02:00
parent d15acfc16a
commit f65388cf13
+22
View File
@@ -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