-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (31 loc) · 787 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (31 loc) · 787 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
.env
.env.local
.env.production
.env.bak.*
*.log
.DS_Store
Thumbs.db
.remember/
# Pre-migration DB dumps produced by the deploy step in migrations/README.md
# (e.g. `mysqldump ... > inventory-pre-004.sql`). Contain real data.
inventory-pre-*.sql
# Playwright MCP cache (browser state from local smoke testing)
.playwright-mcp/
includes/sql.php.bak
tests/ui/.auth/*.json
test-results/
playwright-report/
node_modules/
.superpowers/
# Composer
vendor/
# PHPUnit
.phpunit.cache/
.phpunit.result.cache
# Local DB snapshots (pre-reseed, ad-hoc dumps). Contain real org data.
backups/*.sql
# Release tarballs (already published to GitHub Releases — not source).
inventory-*.tar.gz
inventory-*.tar.gz.sha256
# Auto-generated context-evacuation template (context-monitor.sh)
MISSION.md