Initial commit for Start9 packaging

This commit is contained in:
MacPro
2026-02-28 09:27:26 -06:00
commit 1b64c45c52
124 changed files with 15671 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Keep StartOS wrapper artifacts out of Docker build context
startos-wrapper/.git
startos-wrapper/docker-images
startos-wrapper/*.s9pk
# Keep local app artifacts out of Docker build context
workout-planner/node_modules
workout-planner/.next
workout-planner/logs
workout-planner/.server.pid
workout-planner/prisma/*.db
workout-planner/prisma/data/*.db
workout-planner/.env
workout-planner/.env.local
workout-planner/.env.*.local
# OS/editor junk
.DS_Store