github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/.gitignore (about)

     1  # Editor cache and lock files
     2  *.swp
     3  *.swo
     4  .idea/
     5  .vscode/
     6  .DS_Store
     7  
     8  # Binaries for programs and plugins
     9  *.exe
    10  *.exe~
    11  *.dll
    12  *.so
    13  *.dylib
    14  
    15  # Test binary, built with `go test -c`
    16  *.test
    17  
    18  # Output of the go coverage tool, specifically when used with LiteIDE
    19  *.out
    20  
    21  # Dependency directories (remove the comment below to include it)
    22  # vendor/
    23  
    24  # Dashboard UI
    25  /ui/dashboard/.idea
    26  /ui/dashboard/.vscode
    27  /ui/dashboard/build
    28  /ui/dashboard/node_modules
    29  /ui/dashboard/src/icons/materialSymbols.ts
    30  /ui/dashboard/output
    31  /ui/dashboard/yarn-debug.log*
    32  /ui/dashboard/yarn-error.log*
    33  
    34  # Dist directory is created by goreleaser
    35  /dist