Skip to content

Commit 0252354

Browse files
committed
Add .gitattributes to specify files to not include in source ZIP when publishing a new release on GitHub
These files aren’t needed for the PHP SDK to function, as they’re specific for our development work.
1 parent 2d317ea commit 0252354

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/.github/ export-ignore
2+
/docs/ export-ignore
3+
/tests/ export-ignore
4+
.env.dist.testing export-ignore
5+
.env.example export-ignore
6+
.gitignore export-ignore
7+
/CONTRIBUTING.md export-ignore
8+
/DEPLOYMENT.md export-ignore
9+
/DEVELOPMENT.md export-ignore
10+
/phpcs.tests.xml export-ignore
11+
/phpcs.xml export-ignore
12+
/phpstan.neon.dist export-ignore
13+
/phpstan.neon.example export-ignore
14+
/phpunit.xml export-ignore
15+
/SETUP.md export-ignore
16+
/TESTING.md export-ignore

0 commit comments

Comments
 (0)