diff --git a/.gitignore b/.gitignore index fa5901f..5e1510f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,22 @@ -.DS_Store -node_modules/ -dist/ -CONTRIBUTING.md -npm-debug.log -yarn-debug.log* -yarn-error.log* -yarn.lock -package-lock.json -test/unit/coverage -test/e2e/reports -selenium-debug.log +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln \ No newline at end of file +# go.gitignore from https://github.com/github/gitignore/blob/master/Go.gitignore +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ \ No newline at end of file