mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
clean up repository.
This commit is contained in:
parent
7bc9e669db
commit
0581ce385c
@ -1,2 +0,0 @@
|
|||||||
DISPLAY=:99.0
|
|
||||||
PION_LOG_TRACE=all
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
bin/
|
bin/
|
||||||
|
|
||||||
|
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "launch",
|
|
||||||
"type": "go",
|
|
||||||
"request": "launch",
|
|
||||||
"mode": "debug",
|
|
||||||
"program": "${workspaceFolder}/cmd/neko",
|
|
||||||
"envFile": "${workspaceFolder}/.env.development",
|
|
||||||
"output": "${workspaceFolder}/bin/debug/neko",
|
|
||||||
"cwd": "${workspaceFolder}/",
|
|
||||||
"args": ["serve", "-d", "--bind", ":3000", "--static", "../client/dist", "--password", "neko", "--password_admin", "admin"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"go.formatTool": "goformat",
|
"go.formatTool": "goformat",
|
||||||
"go.inferGopath": false,
|
"go.inferGopath": false,
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user