add .vscode to gitignore so it does not change

update makefile to tidy before running and clean better
This commit is contained in:
Robin Olsen
2026-02-18 17:42:51 +01:00
parent ffa32ebd3a
commit 3e7d57444a
2 changed files with 18 additions and 10 deletions

3
.gitignore vendored
View File

@@ -2,9 +2,10 @@
*.db
*.ext
bin
.idea
.vscode
node_modules/
package-lock.json
package.json
pkg/web/node_modules/