Skip to content

Commit 57f59b8

Browse files
fix: add cursor to ignored ai code gen (#46)
fix: add cursor to ignored ai code gen <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated comments in the `.gitignore` file for clarity regarding AI-generated code. * Added `CLAUDE.md` to the ignore list. * Re-added `.cursor/` directory to the ignore list. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 36ac094 commit 57f59b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ backend.tf.json
4646
**/*.*swp
4747
**/.DS_Store
4848

49-
# Claude Code - we beleive engineers are responsible for the code they push no matter how it's generated.
50-
# Therefore, configs specific to their coding practices are their responsibilty to judiciously manage.
49+
# AI code gen tools - we beleive engineers are responsible for the code they push no matter how it's generated
5150
.claude/*
51+
.cursor/*
52+
CLAUDE.md

0 commit comments

Comments
 (0)