clean up repository.

This commit is contained in:
Miroslav Šedivý 2021-02-21 00:40:52 +01:00
parent 7bc9e669db
commit 0581ce385c
6 changed files with 19 additions and 47 deletions

View File

@ -1,2 +0,0 @@
DISPLAY=:99.0
PION_LOG_TRACE=all

1
.gitignore vendored
View File

@ -1,2 +1 @@
bin/ bin/

16
.vscode/launch.json vendored
View File

@ -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"]
}
]
}

View File

@ -1,4 +1,3 @@
{ {
"go.formatTool": "goformat", "go.formatTool": "goformat",
"go.inferGopath": false, "go.inferGopath": false,

View File

@ -1,8 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}