.gitignore Don't commit any AI files.

(Even the ones that are designed to be committed)

(cherry picked from commit 65c961a55e)
This commit is contained in:
Fletcher Dunn
2026-05-03 19:56:49 -07:00
parent 8ed58f29c7
commit eb93d1657e
+5
View File
@@ -28,6 +28,11 @@ perf.data.old
# Default/recommended install directory for vcpkg
**/vcpkg
# AI assistant files
.claude/
CLAUDE.md
AGENTS.md
# Other misc stuff
*.VC.*
**/.vscode