-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (39 loc) · 721 Bytes
/
.gitignore
File metadata and controls
52 lines (39 loc) · 721 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Dependencies
node_modules/
vendor/
# Build artifacts
*.zip
# Test coverage
coverage/
coverage.xml
.phpunit.result.cache
# System files (IDE / OS)
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
# Temporary caches and test artifacts
.composer_cache/
vendor_test/
# Playwright E2E test artifacts
tests/e2e/artifacts/
playwright-report/
test-results/
# wp-env Docker state
.wp-env/
# Agent stuff (Claude / LLMs)
.claude/
# VS Code workspace files and settings
*.code-workspace
.vscode/
.vscode-server/
# Antigravity workspace files
*.antigravity-workspace
# This gitignore file itself
.gitignore
# Private planning reference files
.planning/private-reference/
# claude-code-reviewer approval flag
reviewer-approved