modified: .gitignore

new file:   serv_nginx/api_bb/Makefile
	new file:   serv_nginx/serv_golang_rest_api/Makefile
	new file:   yalarba/serv_spa/spa/vue/Makefile
remove Makefile from .gitignore, set makes for api_bb
This commit is contained in:
2025-10-15 02:58:21 +05:00
parent 0024d03635
commit c0c8c3392a
4 changed files with 61 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
build:
npm run build
run:
npm run dev
deploy:
npm run build
git add .
git commit -m 'build deploy'
git push
.DEFAULT_GOAL := run