Skip to content

Commit cd6abf5

Browse files
committed
Add scratch
1 parent 6ef447d commit cd6abf5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Ignore certain directories
22
build/
33
bin/
4+
scratch/
45

56
# Ignore certain files
67
.env

.vscode/launch.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "Debug Server",
8+
"name": "Server",
99
"type": "go",
1010
"request": "launch",
1111
"mode": "auto",
1212
"program": "${workspaceFolder}/main.go"
1313
}
14+
{
15+
"name": "Scratch",
16+
"type": "go",
17+
"request": "launch",
18+
"mode": "auto",
19+
"program": "${workspaceFolder}/scratch/scratch.go",
20+
}
1421
]
1522
}

0 commit comments

Comments
 (0)