-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (76 loc) · 1.62 KB
/
.gitignore
File metadata and controls
90 lines (76 loc) · 1.62 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/.idea/
/*.iml
*.Identifier
.phphunit.result.cache
/vendor/
/vendor-bin/*/vendor/
/.php-cs-fixer.cache
/tests/.phpunit.cache
/.phpunit.cache
.phpunit.cache/
/node_modules/
/website/node_modules/
/website/.docusaurus/
/js/
/custom_apps/
/config/
/coverage/
/coverage-frontend/
# Quality reports
/quality-reports/
quality-baseline.json
/phpmetrics/
/phpmetrics-deps/
# PHPCS/Psalm output files (not config files)
phpcs-*.json
phpcs-*.txt
psalm-errors.json
psalm-output.json
psalm-full-output.json
phpqa_output.log
# Data files
*.csv
*.xls
*.xlsx
# Files with unusual extensions or no extensions that could be mistakes
**/PR *
**/adds *
**/implements *
**/ALL *
**/endpoints *
**/*Analysis*
**/*references*
**/*encoding*
**/ter
**/clearCache*
**/update*Settings*
**/rebase*
**/setup*
# Temporary test files that shouldn't be committed
simple-solr-test.php
test-solr-connection.php
# Files with unusual extensions or no extensions that could be mistakes
**/PR *
**/adds *
**/implements *
phpqa/
# Docker AI models (too large for git)
docker/dolphin/models/
# Issues folder should be tracked
!issues/
!issues/**
/docusaurus/node_modules/
/docusaurus/build/
/docusaurus/.docusaurus/
# Test screenshots — images generated by browser test commands (test-app, run-test-scenario)
# Only images are ignored; markdown reports and scenario files are kept in git.
test-results/**/*.png
test-results/**/*.jpg
test-results/**/*.jpeg
test-results/**/*.gif
test-results/**/*.webp
openspec/test-site-results/**/*.png
openspec/test-site-results/**/*.jpg
openspec/test-site-results/**/*.jpeg
openspec/test-site-results/**/*.gif
openspec/test-site-results/**/*.webp