From 9b8d812f9c8e82bf5431c679ebc51112f5ed0e32 Mon Sep 17 00:00:00 2001 From: Edison Jwa Date: Sat, 23 May 2026 06:52:48 +0900 Subject: [PATCH] chore: ignore local workspace metadata --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 00181ae..f6947b5 100644 --- a/.gitignore +++ b/.gitignore @@ -97,6 +97,14 @@ chanora-docs-repo-format-*.zip # IntelliJ / Android Studio per-project **/*.iml +# Eclipse / Buildship local project metadata +**/.project +**/.classpath +**/.settings/ + +# Flutter DevTools local preferences +**/devtools_options.yaml + # gen2/ holds the externally-provided review summary + zip baseline. # Not part of the repo tree; do not commit. /gen2/ @@ -104,6 +112,9 @@ chanora-docs-repo-format-*.zip # opencode agent local config opencode.json +# Local protocol scratch file +/test_tsproto.rs + # iOS framework build artifacts produced by chanora_bridge.podspec /apps/chanora_flutter/ios/Frameworks/ .opencode/