We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f319921 commit 83da218Copy full SHA for 83da218
1 file changed
.gitignore
@@ -30,6 +30,7 @@
30
.metals/
31
.cache
32
.classpath
33
+.claude/
34
.ensime
35
.ensime_cache/
36
.ensime_lucene
@@ -89,3 +90,10 @@ kyuubi-server/src/main/antlr4/org/apache/kyuubi/sql/gen/
89
90
# For draw.io
91
.$*.bkp
92
.$*.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