From 8970f46a8059736e9bf8c90562e9111585c3f7b5 Mon Sep 17 00:00:00 2001 From: NHoarau Date: Wed, 10 Jun 2026 02:16:09 +0400 Subject: [PATCH] chore(ci): Ignore the .opencode/ directory as per best practice. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15df4b5..4bd21d4 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,8 @@ out/ build dist +# OpenSpec / Environment specific files +.opencode/ # Debug npm-debug.log* @@ -36,4 +38,3 @@ yarn-error.log* # Misc .DS_Store *.pem -opencode.json