Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ gradle/wrapper/gradle-wrapper.jar
# Kotlin
.kotlin/

# AI Coding Assistants, we only want AGENTS.md checked in
CLAUDE.md
.claude/
.cursor/
GEMINI.md
.gemini/

# WANT TO ADD MORE? You can tell Git without adding to this file:
# See https://git-scm.com/docs/gitignore
# In particular, if you have tools you use, add to $GIT_DIR/info/exclude or use core.excludesFile
Loading