feat(controller): intial build functions setup in go and service building

This commit is contained in:
2025-09-05 09:14:34 -05:00
parent 8a07c8afe4
commit 87aafef350
13 changed files with 510 additions and 8 deletions

5
.gitignore vendored
View File

@@ -5,6 +5,11 @@ lstWrapper/bin
lstWrapper/obj
lstWrapper/publish
testScripts
.build
builds
# ignoring the old app that will be built into this one to make deploying faster and more easy as we do the migration
lstV2
# Logs
logs
*.log