Initial .gitignore and .gitattributes

This commit is contained in:
Boris Milašinović
2026-04-18 20:01:40 +02:00
commit 44a663e170
2 changed files with 514 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@@ -0,0 +1,5 @@
*.sh text eol=lf
*.sql text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
Dockerfile text eol=lf