Compare commits

...

2 Commits

Author SHA1 Message Date
8535dc14ca Fix .dockerignore to include dist/ for Docker build
Some checks failed
Auto Build and Push Docker Image / build (push) Failing after 4s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 20:16:53 +01:00
470a1dc6a8 Add .gitattributes to enforce LF line endings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 20:15:46 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
node_modules/
dist/
data/
.env
*.log
*.md
.git/
src/

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
* text=auto eol=lf
*.sh text eol=lf