ignore 업데이트

This commit is contained in:
2023-06-13 20:12:37 +09:00
parent c1847ee3e1
commit ed5b4c06e9
2 changed files with 4 additions and 21 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
*.log
*.exe
houston
houston.zip
config.json
.vscode/

21
.vscode/launch.json vendored
View File

@ -1,21 +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": "houston",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {
},
"args" : [
"-port=8080",
"-client"
]
}
]
}