Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contrib: Reducing package size #188

Merged
merged 19 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7b59f1e
HttpAsyncClient: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
c58e43d
IO: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
488dc2d
Laravel: removed docker-compose.yml from .gitattributes as it does no…
ChrisLightfootWild Aug 23, 2023
a5bf1fe
MongoDB: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
ce97ea8
PDO: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
9253623
Psr3: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
fe358fe
Psr15: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
15e61b7
Psr18: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
58d29b8
Slim: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
1150168
Symfony: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
1758328
Wordpress: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
a0fc477
Logs/Monolog: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
4037cc5
AutoInstrumentationInstaller: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
2ebfef9
Aws: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
e419b34
Context/Swoole: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
33733d6
Propagation/TraceResponse: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
c38be1b
ResourceDetectors/Container: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
4fc1016
Shims/OpenTracing: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
76fcd33
Symfony SDK Bundle: added git config to reduce package size.
ChrisLightfootWild Aug 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/AutoInstrumentationInstaller/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/DEVELOPMENT.md export-ignore
/Dockerfile export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/AutoInstrumentationInstaller/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pickle.phar
/vendor/
15 changes: 15 additions & 0 deletions src/Aws/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php-cs-fixer.php export-ignore
/coverage.clover export-ignore
/phpstan.neon.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Aws/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/Context/Swoole/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Context/Swoole/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
14 changes: 14 additions & 0 deletions src/Instrumentation/HttpAsyncClient/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php-cs-fixer.php export-ignore
/examples export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/HttpAsyncClient/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/Instrumentation/IO/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/IO/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
1 change: 0 additions & 1 deletion src/Instrumentation/Laravel/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/docker-compose.yml export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
Expand Down
13 changes: 13 additions & 0 deletions src/Instrumentation/MongoDB/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.baseline.xml export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/MongoDB/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/Instrumentation/PDO/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/PDO/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/Instrumentation/Psr15/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/Psr15/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/Instrumentation/Psr18/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/Psr18/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
14 changes: 14 additions & 0 deletions src/Instrumentation/Psr3/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php-cs-fixer.php export-ignore
/examples export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/Psr3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
13 changes: 13 additions & 0 deletions src/Instrumentation/Slim/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/Slim/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/Instrumentation/Symfony/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/Symfony/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
13 changes: 13 additions & 0 deletions src/Instrumentation/Wordpress/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Instrumentation/Wordpress/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
15 changes: 15 additions & 0 deletions src/Logs/Monolog/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/example export-ignore
/.php-cs-fixer.php export-ignore
/phpbench.json.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Logs/Monolog/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/Propagation/TraceResponse/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Propagation/TraceResponse/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
12 changes: 12 additions & 0 deletions src/ResourceDetectors/Container/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/ResourceDetectors/Container/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
14 changes: 14 additions & 0 deletions src/Shims/OpenTracing/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php-cs-fixer.php export-ignore
/examples export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Shims/OpenTracing/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage
/vendor/
13 changes: 13 additions & 0 deletions src/Symfony/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Symfony/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
Loading