Initial commit

This commit is contained in:
2025-06-08 13:52:10 +06:00
committed by GitHub
commit ac7eb3c323
13 changed files with 389 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@@ -0,0 +1,10 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Set svg to binary type, as SVG is unlikely to be editted by hand. Can be treated as checked in blob
*.svg binary
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary