shared: implementazione package identity
Continuous Integration / Quality Assurance (push) Canceled after 0s

This commit is contained in:
2026-08-06 17:01:45 +02:00
parent 3bf84e4163
commit 575deedaa2
18 changed files with 718 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Normalize all text files to LF
* text=auto eol=lf
# Python
*.py text eol=lf
# Markdown
*.md text eol=lf
# YAML
*.yml text eol=lf
*.yaml text eol=lf
# TOML
*.toml text eol=lf
# JSON
*.json text eol=lf
# Shell
*.sh text eol=lf
# Windows scripts
*.bat text eol=crlf
*.cmd text eol=crlf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary