We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712406d commit 1629913Copy full SHA for 1629913
.gitattributes
@@ -1 +1,20 @@
1
-build/ export-ignore
+# 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