Skip to content

Commit 367f62f

Browse files
authored
chore: update gitignore and add .ignore file (#592)
Added `.opencode`, `.ignore`, and `AGENTS.md` files to .gitignore This PR adds several new entries to the `.gitignore` file: - `.opencode` directory - `.ignore` file - `AGENTS.md` files in the root and various package directories Additionally, creates a new `.ignore` file that explicitly includes `.claude` and `.notes` files in searches, ensuring they aren't excluded when using tools that respect the `.ignore` file.
1 parent 2da7657 commit 367f62f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,12 @@ deno-dist/
7474
.github/instructions/nx.instructions.md
7575
config.toml.backup
7676
sqruff-cli.tar.gz
77+
78+
.opencode
79+
.ignore
80+
AGENTS.md
81+
pkgs/cli/AGENTS.md
82+
pkgs/client/AGENTS.md
83+
pkgs/edge-worker/AGENTS.md
84+
pkgs/website/AGENTS.md
85+

.ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!.claude
2+
!.notes

0 commit comments

Comments
 (0)