Skip to content

Commit 1629913

Browse files
committed
Add .gitattributes for clean release ZIPs
Export-ignore development files: - /build (source files) - /tests - /.github (workflows) - /.tools (phpstan bootstrap) - All config files (composer.json, .php-cs-fixer, etc.)
1 parent 712406d commit 1629913

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.gitattributes

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
build/ export-ignore
1+
# Export ignore for release ZIP
2+
# Development and build files
3+
/build export-ignore
4+
/tests export-ignore
5+
/.github export-ignore
6+
/.tools export-ignore
7+
8+
# Configuration files
9+
/.gitattributes export-ignore
10+
/.gitignore export-ignore
11+
/.php-cs-fixer.dist.php export-ignore
12+
/.php-cs-fixer.cache export-ignore
13+
/composer.json export-ignore
14+
/composer.lock export-ignore
15+
/phpstan.neon export-ignore
16+
/psalm.xml export-ignore
17+
18+
# Documentation (optional - entfernen falls README im Release sein soll)
19+
# /README.md export-ignore
20+
# /CHANGELOG.md export-ignore

0 commit comments

Comments
 (0)