Add CI workflows and repository templates
CI / ci (push) Successful in 2m28s

This commit is contained in:
2026-03-01 17:01:19 +01:00
parent 23a2c8c623
commit f6d3e0d681
29 changed files with 2323 additions and 1 deletions
+38
View File
@@ -0,0 +1,38 @@
# =============================================================================
# .gitattributes — Normalize line endings and mark binary files
# =============================================================================
# Default: auto-detect text files, normalize to LF on commit.
* text=auto eol=lf
# Explicitly declare text files
*.py text diff=python
*.js text
*.ts text
*.json text
*.yml text
*.yaml text
*.md text
*.txt text
*.cfg text
*.ini text
*.env text
*.sh text eol=lf
*.bash text eol=lf
Makefile text eol=lf
Dockerfile text eol=lf
# Explicitly declare binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.gz binary
*.zip binary
*.tar binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary