-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
46 lines (41 loc) · 1.22 KB
/
Copy path.gitattributes
File metadata and controls
46 lines (41 loc) · 1.22 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
* text=auto eol=lf
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
# >>> package-boost (managed) >>>
.agents/ export-ignore
.ai/ export-ignore
.cache/ export-ignore
.claude/ export-ignore
.cursor/ export-ignore
.config/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.junie/ export-ignore
.kiro/ export-ignore
.mcp.json export-ignore
AGENTS.md export-ignore
CLAUDE.md export-ignore
composer.lock export-ignore
GEMINI.md export-ignore
phpstan-baseline.neon export-ignore
phpstan.neon.dist export-ignore
phpunit.xml export-ignore
pint.json export-ignore
rector.php export-ignore
testbench.yaml export-ignore
tests/ export-ignore
workbench/ export-ignore
# <<< package-boost (managed) <<<
# Advisor scaffolding and spec drafts — dev-only, never part of the installed package.
# (Kept in the repo for history; excluded from the Composer dist archive.)
plans/ export-ignore
specs/ export-ignore
quality/ export-ignore
# Documentation site source: published to GitHub Pages, never installed with the package.
docs/ export-ignore
# README banner: Packagist renders the README from the repo, so the dist archive doesn't need the image.
richter.png export-ignore