-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (61 loc) · 1.05 KB
/
.gitignore
File metadata and controls
70 lines (61 loc) · 1.05 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
*.log
.DS_Store
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
/.fleet
/.idea
/.nova
/.phpunit.cache
/.vscode
/.zed
/.claude
/auth.json
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
/bootstrap/ssr
# Icon registry
/resources/js/icon-registry.ts
# Module-specific ignores
/modules/*/node_modules
/modules/*/vendor
/modules/*/resources/js/types/generated.d.ts
/modules/*/package-lock.json
/modules/*/dist
/modules/*/coverage
/modules/*/*-lock.json
/modules/*/.turbo
/modules/*/.cache
/modules/*.diff
/modules/*.patch
/modules/*/.claude
Homestead.json
Homestead.yaml
Thumbs.db
# Filament
public/css/filament
public/fonts/filament
public/js/filament
public/vendor/livewire/
# Playwright
/test-results/
/playwright-report/
/playwright/.cache/
/playwright-mcp/
/.playwright-mcp/
/storage/laravel-playwright-config.json
# SSL Certificates (generated locally, not tracked)
/docker/ssl/
# Generated language files
lang/php_*.json
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php
.github/skills/*/*