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"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
37
.vscode/settings.json
vendored
37
.vscode/settings.json
vendored
@ -1,22 +1,21 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"go.formatTool": "goformat",
|
"go.formatTool": "goformat",
|
||||||
"go.inferGopath": false,
|
"go.inferGopath": false,
|
||||||
"go.autocompleteUnimportedPackages": true,
|
"go.autocompleteUnimportedPackages": true,
|
||||||
"go.delveConfig": {
|
"go.delveConfig": {
|
||||||
"useApiV1": false,
|
"useApiV1": false,
|
||||||
"dlvLoadConfig": {
|
"dlvLoadConfig": {
|
||||||
"followPointers": true,
|
"followPointers": true,
|
||||||
"maxVariableRecurse": 3,
|
"maxVariableRecurse": 3,
|
||||||
"maxStringLen": 400,
|
"maxStringLen": 400,
|
||||||
"maxArrayValues": 400,
|
"maxArrayValues": 400,
|
||||||
"maxStructFields": -1
|
"maxStructFields": -1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"[go]": {
|
"[go]": {
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user