-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (26 loc) · 541 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (26 loc) · 541 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Dependencies
/vendor/
composer.lock
/node_modules/
/package-lock.json
# Playwright
/test-results/
/playwright-report/
/.playwright/
# Test / tooling caches
/.phpunit.cache/
.phpunit.result.cache
/build/
/coverage/
# Private/local docs (note: the tracked docs/ folder is NOT ignored)
/.docs/
# IDE files
/.idea/
/.vscode/
*.iml
# Local Claude files
CLAUDE.local.md
CLAUDE.*.local.md
# Workspace snapshot archives: these capture vendor/, node_modules/ and the
# gitignored .docs/, so one was committed by accident on 18/08/2026.
*.tar