chore: update .gitignore to exclude build outputs and IDE locals
This commit is contained in:
+22
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user