feat: Commit initial

This commit is contained in:
Tellsanguis 2025-11-07 09:33:38 +01:00
commit 40dc0f4184
43 changed files with 1990 additions and 0 deletions

20
.gitattributes vendored Normal file
View file

@ -0,0 +1,20 @@
# Auto detect text files and perform LF normalization
* text=auto
# Shell scripts
*.sh text eol=lf
# YAML files
*.yml text eol=lf
*.yaml text eol=lf
# Terraform files
*.tf text eol=lf
*.tfvars text eol=lf
# Markdown
*.md text eol=lf
# Config files
*.conf text eol=lf
*.cfg text eol=lf