Files
nextcloud-workflow-deck-aut…/.gitignore
T
Patrick Niebeling f530b8e487
Lint info.xml / xml-lint (push) Successful in 14s
Lint PHP / php-lint (8.2) (push) Successful in 46s
Lint PHP / php-lint (8.3) (push) Successful in 1m0s
Lint PHP / php-lint (8.4) (push) Successful in 50s
PHPUnit / unit-tests (push) Successful in 49s
Track CLAUDE.md, keep only CLAUDE.local.md ignored
CLAUDE.md is now committed project guidance for future Claude Code
sessions; CLAUDE.local.md stays gitignored for machine-local notes.
2026-08-13 11:08:21 +02:00

29 lines
339 B
Plaintext

# Claude / AI assistant notes — local to this machine, never committed
CLAUDE.local.md
# PHP
/vendor/
/composer.lock
.php-cs-fixer.cache
.phpunit.result.cache
# JS / build output
/node_modules/
/js/
/build/
/package-lock.json
# IDE / editor
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Local env / secrets
.env
.env.local