-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Do we need .gitattributes file? #129
Comments
@soullivaneuh IIRC, you told me this is specific to github… is there a way to get the same effect from a file in the .github directory ? |
i will create a PR with this file as a first draft |
Personally 👍 and the doc path could be removed too as the documentation should be compiled and online, But I already proposed something like that a year, and @rande declined the proposition: sonata-project/SonataAdminBundle#3043 (comment) But I noticed an interesting comment of him:
With dev-kit we can do this now. So @rande, what it your opinion for this? :-) |
Looks like it is not : http://stackoverflow.com/questions/21832151/git-archive-export-ignore-ignoring-directories |
I think the export-ignore rule is specific to GitHub, not the |
Have you seen my link above ? Or is GH lagging again ? I think it is specific to
inodes matter too, and when searching for a file, not having tests show up would help. It will make fzf even faster so 👍 |
I saw it while writing my answer. Yes indeed. 👍 |
fzf or any other fuzzy-matcher, indexation tool. Give this one a try though, it also integrates with the shell to replace Ctrl+R |
Actually, I learn a lot from codes (php, doc and test) when debugging projects inside vendor's folders. Removing, those files will not help people working offline (yes ...) or people jumping into the vendor's directory directly. Also, this will not save that much space maybe a few KB over 50MB |
@rande If they want the complete folder on some case, they can use No tarball downloaded, so no ignored file. Export ignore is just for tarballs. What do you think? |
Install with prefer-source can took up to 20 min, where prefer-dist is about a minute ... Also, not sure people are aware about this feature and might just think there is no documentation. |
also you should sum the size of those folders to really make sure it is worth it... |
Depends on projects I would say. But there is also the @greg0ire argument: #129 (comment) I quite agree with him. Sometime using a fuzzy search on my IDE, I can fall on a class that looks like a real class but no, it's a fixture. Pretty frustrating. But yeah, it's a personal opinion. 😉 |
About that, documentation is on rst format. This format is not nice to read. Alternatively, we can exclude the |
Tools' constraints is out of the scope here! BTW I have PHPStorem licence for Sonata's contributors ;) |
the number of files is a concern too (the number of inodes is finite) |
sounds nice 👍 how can i get this ? |
Something like this:
Please use 👍 or 👎 to vote!
The text was updated successfully, but these errors were encountered: