diff --git a/.gitignore b/.gitignore index 4870548..4001eae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,17 @@ +.gitignore +.idea +.scannerwork +.vscode # local env files .env.local .env.*.local # Log files -*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* -.idea -.vscode +# Editor directories and files *.suo *.ntvs* *.njsproj @@ -27,4 +32,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -/cmd/runtime + +/cmd/logs/*.log +/cmd/runtime/log/*.log +/build/* \ No newline at end of file