Files
steampipe/.gitignore

36 lines
616 B
Plaintext

# Editor cache and lock files
*.swp
*.swo
.idea/
.vscode/
.DS_Store
# 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/
# Dashboard UI
/ui/dashboard/.idea
/ui/dashboard/.vscode
/ui/dashboard/build
/ui/dashboard/node_modules
/ui/dashboard/src/icons/materialSymbols.ts
/ui/dashboard/output
/ui/dashboard/yarn-debug.log*
/ui/dashboard/yarn-error.log*
# Dist directory is created by goreleaser
/dist