Skip to content

Commit 8087d80

Browse files
authored
Release/2.0.3 (#26)
1 parent cce9081 commit 8087d80

2 files changed

Lines changed: 33 additions & 32 deletions

File tree

.gitattributes

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
1-
# Auto detect text files and perform LF normalization
21
* text=auto eol=lf
32

4-
# ─── Diff drivers ────────────────────────────────────────────
5-
*.php diff=php
6-
*.md diff=markdown
3+
*.php text diff=php
74

8-
# ─── Force LF ────────────────────────────────────────────────
9-
*.sh text eol=lf
10-
Makefile text eol=lf
11-
12-
# ─── Generated (skip diff and GitHub stats) ──────────────────
13-
composer.lock -diff linguist-generated
14-
15-
# ─── Export ignore (excluded from dist archive) ──────────────
16-
/tests export-ignore
17-
/vendor export-ignore
18-
/rules export-ignore
19-
20-
/.github export-ignore
21-
/.gitignore export-ignore
22-
/.gitattributes export-ignore
23-
24-
/CLAUDE.md export-ignore
25-
/LICENSE export-ignore
26-
/Makefile export-ignore
27-
/README.md export-ignore
28-
/phpunit.xml export-ignore
29-
/phpstan.neon.dist export-ignore
30-
/infection.json.dist export-ignore
5+
# Dev-only — excluded from the Packagist tarball
6+
/.github export-ignore
7+
/tests export-ignore
8+
/.claude export-ignore
9+
/.editorconfig export-ignore
10+
/.gitattributes export-ignore
11+
/.gitignore export-ignore
12+
/phpunit.xml.dist export-ignore
13+
/phpstan.neon.dist export-ignore
14+
/phpcs.xml.dist export-ignore
15+
/infection.json export-ignore
16+
/Makefile export-ignore
17+
/CONTRIBUTING.md export-ignore
18+
/CHANGES.md export-ignore

.gitignore

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
.idea
1+
# Agent/IDE
2+
.claude/
3+
.idea/
4+
.vscode/
5+
.cursor/
26

3-
vendor
4-
report
7+
# Composer
8+
/vendor/
9+
composer.lock
510

6-
*.lock
7-
.phpunit.*
11+
# PHPUnit / coverage
12+
.phpunit.cache/
13+
.phpunit.result.cache
14+
report/
15+
coverage/
16+
build/
17+
18+
# OS
19+
.DS_Store
20+
Thumbs.db

0 commit comments

Comments
 (0)