add .vscode to gitignore so it does not change
update makefile to tidy before running and clean better
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,9 +2,10 @@
|
||||
*.db
|
||||
*.ext
|
||||
bin
|
||||
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
node_modules/
|
||||
package-lock.json
|
||||
package.json
|
||||
pkg/web/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user