remove .vscode, edit .gitignore, README.md
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/spa/node_modules
|
||||
.env
|
||||
.vscode
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
||||
Vendored
-16
@@ -1,16 +0,0 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Package",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${fileDirname}",
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"gigacode.inlineColor": "green"
|
||||
}
|
||||
Reference in New Issue
Block a user