Add .claude folder contents to .gitignore

If we later wish to share certain settings, we can introduce
exclusions like: !.claude/commands/
This commit is contained in:
Sam Brannen
2026-08-20 12:43:02 +02:00
parent df10251539
commit 49d2a202da
+3
View File
@@ -52,6 +52,9 @@ atlassian-ide-plugin.xml
# VS Code # VS Code
.vscode/ .vscode/
# Claude artifacts
.claude/*
cached-antora-playbook.yml cached-antora-playbook.yml
node_modules node_modules