mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 09:58:53 -05:00
36 lines
616 B
Plaintext
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
|