this post was submitted on 24 Jul 2024
16 points (94.4% liked)
Git
2882 readers
13 users here now
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
- Follow programming.dev rules
- Be excellent to each other, no hostility towards users for any reason
- No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I agree that the repository should only contain source files, not the output of the build process. However, in some cases (like icon images) the source files may be binary. I think small binaries that are required to build and/or run the software, and that are not an output of any build process, do make sense to put in the repository.
I'd rather just use SVGs for the icons.
That's not really responding to their point. Are you saying that there are no project resources that aren't (or couldn't be) encoded as text representation in any conceivable project that is stored in a git repo?
I agree with your general point. I'm just curious if you have some unique project pattern techniques that allow you to draw such a hard line so confidently.