You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume a lot of them could be added to the gitattributes file too:
.github/.gitlab folders and github-action-helpers
docs folder
example folder
all .* files
all .md files
docker-composer.yml, phpstan.neon, Makefile, etc
certainly some folder which I don't know what they are useful for (I currently only use the src one)
Would it be possible to add more entries to the gitattributes file ?
I'm ok doing the PR if needed, but I don't know which folder/files can be also added (other than the one I listed)
The text was updated successfully, but these errors were encountered:
Hi @bwoebi, @morrisonlevi, @PROFeNoM, @labbati
The following file avoid to download non-necessary files/folder when installing the library with composer
https://github.com/DataDog/dd-trace-php/blob/master/.gitattributes
Currently, I get
![image](https://private-user-images.githubusercontent.com/9052536/256991854-2ca83d9d-4925-4d9c-9f49-81df41caa60c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODc3MzUsIm5iZiI6MTczOTM4NzQzNSwicGF0aCI6Ii85MDUyNTM2LzI1Njk5MTg1NC0yY2E4M2Q5ZC00OTI1LTRkOWMtOWY0OS04MWRmNDFjYWE2MGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTkxMDM1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTZhYTUyZjAzNDk4Nzc2MGJiYjliYjRkMDIxMGNiMTczNDRhZDQ4Mjc1ZTY1NGUzYzQ1MWI1N2YzOWMzZjE2YiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.xYUe74uEOoqYXHIlKA2gy2JiPvuClKM7WFcP_2uQjgk)
I assume a lot of them could be added to the gitattributes file too:
.*
files.md
filesWould it be possible to add more entries to the gitattributes file ?
I'm ok doing the PR if needed, but I don't know which folder/files can be also added (other than the one I listed)
The text was updated successfully, but these errors were encountered: