Skip to content

Conversation

@waldyrious
Copy link
Collaborator

@waldyrious waldyrious commented Dec 8, 2025

(Split out from #145.)

The .gitignore file should be self-explanatory :) it is also a recommended good practice.

As for the .gitattributes configuration for .svg files, I added it because I noticed that git treats some variants of SVG files (e.g., if they lack the xmlns attrtribute) as regular (binary) images rather than as text files, resulting in diffs like this:

image

With the .gitattributes file as added in this PR, it will show the text-based diff, like this:

image

@HatScripts
Copy link
Owner

Thanks, merged! 🚀

@waldyrious waldyrious deleted the git-files branch January 5, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants