Initial commit

This commit is contained in:
tajniak81
2026-07-06 08:50:52 +02:00
commit ba3f227361
153 changed files with 18116 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Keep the build context small; node_modules and dist are rebuilt in the image.
node_modules/
dist/
dist-ssr/
# Logs and local files
*.log
*.local
# VCS / editor noise
.git/
.gitignore
.vscode/
.idea/
.DS_Store