remove .vscode, edit .gitignore, README.md

This commit is contained in:
2025-05-28 09:24:01 +03:00
parent b1c72b01a4
commit 1272476bad
4 changed files with 2 additions and 22 deletions
-1
View File
@@ -1,6 +1,5 @@
/spa/node_modules
.env
.vscode
# Logs
logs
-16
View File
@@ -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": []
}
]
}
-3
View File
@@ -1,3 +0,0 @@
{
"gigacode.inlineColor": "green"
}