Skip to content

Commit 94f1ff3

Browse files
committed
fix: Remove and hide unnecessary file from package install
1 parent 5afb346 commit 94f1ff3

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

.gitattributes

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Normalize line endings
2+
* text=auto eol=lf
3+
4+
# Treat common binary assets as binary
5+
*.png binary
6+
*.jpg binary
7+
*.jpeg binary
8+
*.gif binary
9+
*.ico binary
10+
*.pdf binary
11+
*.zip binary
12+
*.gz binary
13+
*.tgz binary
14+
*.bz2 binary
15+
16+
# GitHub Linguist: refine language stats
17+
/docs linguist-documentation
18+
/.github linguist-documentation
19+
/tests linguist-vendored
20+
/vendor linguist-vendored
21+
22+
# Exclude dev/CI/docs/tests/etc. from archives (Composer dist uses this)
23+
/.github export-ignore
24+
/.idea export-ignore
25+
/.vscode export-ignore
26+
/.circleci export-ignore
27+
/appveyor.yml export-ignore
28+
/.scrutinizer.yml export-ignore
29+
/.styleci.yml export-ignore
30+
/.coveralls.yml export-ignore
31+
32+
/docs export-ignore
33+
/tests export-ignore
34+
/vendor export-ignore
35+
36+
/.editorconfig export-ignore
37+
/.gitattributes export-ignore
38+
/.gitignore export-ignore
39+
/.DS_Store export-ignore
40+
41+
/phpunit.xml export-ignore
42+
/phpunit.xml.dist export-ignore
43+
/.phpunit.result.cache export-ignore
44+
45+
/.php-cs-fixer.php export-ignore
46+
/.php-cs-fixer.dist.php export-ignore
47+
/.php_cs export-ignore
48+
/.php_cs.dist export-ignore
49+
/phpcs.xml export-ignore
50+
/phpcs.xml.dist export-ignore
51+
/phpmd.xml export-ignore
52+
/phpmd.xmxl.dist export-ignore
53+
/phpstan.neon export-ignore
54+
/phpstan.neon.dist export-ignore
55+
/psalm.xml export-ignore
56+
/psalm.xml.dist export-ignore
57+
/infection.json export-ignore
58+
/infection.json.dist export-ignore
59+
/rector.php export-ignore
60+
/ecs.php export-ignore
61+
/pint.json export-ignore
62+
/pint.json.dist export-ignore
63+
64+
/composer.lock export-ignore

0 commit comments

Comments
 (0)