We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4edf3 commit c27f966Copy full SHA for c27f966
.gitignore
@@ -39,6 +39,13 @@ gradle/wrapper/gradle-wrapper.jar
39
# Kotlin
40
.kotlin/
41
42
+# AI Coding Assistants, we only want AGENTS.md checked in
43
+CLAUDE.md
44
+.claude/
45
+.cursor/
46
+GEMINI.md
47
+.gemini/
48
+
49
# WANT TO ADD MORE? You can tell Git without adding to this file:
50
# See https://git-scm.com/docs/gitignore
51
# In particular, if you have tools you use, add to $GIT_DIR/info/exclude or use core.excludesFile
0 commit comments