-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (63 loc) · 1.03 KB
/
.gitignore
File metadata and controls
76 lines (63 loc) · 1.03 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
71
72
73
74
75
76
# IDE & System Related Files
.buildpath
.project
.settings
.DS_Store
.idea
.vscode
.docker
/docker-compose.yml
/nbproject
/.devcontainer
/.github
/.vscode
# AI tooling
.ai/
# Dependencies
/libraries/vendor/
node_modules/
composer.phar
# Build outputs
*.zip
bin/
out/
gen/
# Build reports
build/reports/
build/__pycache__/
# Generated files
/admin/proclaim.xml
/admin/proclaim.script.php
com_proclaim/media/css/site/
# Generated media (built from build/media_source/ — run `npm run build` after clone)
/media/js/
/media/css/
/media/images/
/media/vendor/
/media/fancybox/
# Local configuration
/build.properties
# Test cache
!/tests/.tmp/
.phpunit.cache/
# Playwright E2E
tests/e2e/.auth/
playwright-report/
test-results/
# Language sync caches
/build/.translation_cache.json
/build/.source_cache.json
media/backup/*.sql
media/youtube_cache/
# OSX
._*
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
Desktop.ini
# Never ignore
# Only apply this rule to the main repository's gitignore files
!/.gitignore
!/build/.gitignore
.claude/worktrees/