first commit

This commit is contained in:
William Valentin
2025-08-15 23:45:13 -07:00
commit c167c8623c
29 changed files with 1971 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# This file specifies files and directories to ignore when building the Docker image.
node_modules
dist
*.log
# Keep TS sources so the build stage can compile them
# *.ts
*.map
.git
.gitignore
k8s/*
README.md
package-lock.json
.env
.DS_Store