Skip to content

Commit 939e6e3

Browse files
committed
[KYUUBI #7351] Ignore GitHub Copilot and Claude folders by Git
### Why are the changes needed? As title. ### How was this patch tested? Review. ### Was this patch authored or co-authored using generative AI tooling? No, but this is for AI. Closes #7351 from pan3793/ignore-ai-dir. Closes #7351 83da218 [Cheng Pan] Ignore GitHub Copilot and Claude folders by Git Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent ceaf517 commit 939e6e3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
.metals/
3131
.cache
3232
.classpath
33+
.claude/
3334
.ensime
3435
.ensime_cache/
3536
.ensime_lucene
@@ -89,3 +90,10 @@ kyuubi-server/src/main/antlr4/org/apache/kyuubi/sql/gen/
8990
# For draw.io
9091
.$*.bkp
9192
.$*.dtmp
93+
94+
# For GitHub Copilot
95+
.github/copilot-instructions.md
96+
.github/agents/
97+
.github/instructions/
98+
.github/prompts/
99+
.github/skills/

0 commit comments

Comments
 (0)