chore(gitignore): exclude docs/confluence, CLAUDE.md, .claude/, qa scripts
Aegis CI / lint-and-test (push) Has been cancelled
Aegis CI / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -60,3 +60,11 @@ Thumbs.db
|
|||||||
|
|
||||||
# Local development
|
# Local development
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
|
# Documentation drafts — never commit, delivered directly in chat
|
||||||
|
docs/confluence/
|
||||||
|
docs/drafts/
|
||||||
|
|
||||||
|
# Claude working files — contain credentials, never commit
|
||||||
|
.claude/
|
||||||
|
CLAUDE.md
|
||||||
|
|||||||
@@ -8,3 +8,9 @@ get_admin_creds.py
|
|||||||
# Also ignore any ad-hoc debug / one-off scripts
|
# Also ignore any ad-hoc debug / one-off scripts
|
||||||
debug_*.py
|
debug_*.py
|
||||||
reset_*.py
|
reset_*.py
|
||||||
|
qa_*.py
|
||||||
|
check_*.py
|
||||||
|
|
||||||
|
# QA screenshots and local test artifacts
|
||||||
|
qa_screenshots/
|
||||||
|
qa_screenshots_v3/
|
||||||
|
|||||||
Reference in New Issue
Block a user