chore: update .dockerignore, .gitignore, and biome.json to include .conductor directory

This commit is contained in:
javayhu 2025-08-31 16:50:13 +08:00
parent c0aa979382
commit 9aeb59dff2
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.cursor
.claude
.conductor
.kiro
.github
.next

3
.gitignore vendored
View File

@ -41,6 +41,9 @@ certificates
# claude code
.claude
# conductor
.conductor
# kiro
.kiro

View File

@ -14,6 +14,7 @@
".cursor/**",
".claude/**",
".kiro/**",
".conductor/**",
".vscode/**",
".source/**",
"node_modules/**",
@ -77,6 +78,7 @@
".wrangler/**",
".cursor/**",
".claude/**",
".conductor/**",
".kiro/**",
".vscode/**",
".source/**",