mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
🙈(project) add AI config to gitignore
Add github AI config to gitignore. AI instructions can be quite subjective and can be a source of bias, so we don't commit them to the repo yet.
This commit is contained in:
+9
-1
@@ -80,5 +80,13 @@ db.sqlite3
|
|||||||
*.iml
|
*.iml
|
||||||
.devcontainer
|
.devcontainer
|
||||||
|
|
||||||
# Cursor rules
|
# AI
|
||||||
|
CLAUDE.md
|
||||||
|
AGENTS.md
|
||||||
|
.claude/
|
||||||
|
.cursor/
|
||||||
.cursorrules
|
.cursorrules
|
||||||
|
.windsurfrules
|
||||||
|
.aider*
|
||||||
|
.copilot/
|
||||||
|
.github/copilot-instructions.md
|
||||||
|
|||||||
Reference in New Issue
Block a user