From ed5b4c06e9a14e47495eea7e87f5967d5ef490cb Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 13 Jun 2023 20:12:37 +0900 Subject: [PATCH] =?UTF-8?q?ignore=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ .vscode/launch.json | 21 --------------------- 2 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index eaffb3b..bc3a327 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ *.log *.exe +houston +houston.zip +config.json +.vscode/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 61b1c8d..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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" - ] - } - ] -} \ No newline at end of file