github.com/sealerio/sealer@v0.11.1-0.20240507115618-f4f89c5853ae/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  _output
     8  # Test binary, built with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  .idea
    14  seautil/seautil
    15  sealer/sealer
    16  *.swp
    17  
    18  pkg/cloud/dashboard/target/
    19  pkg/cloud/dashboard/dist/
    20  pkg/cloud/dashboard/Cargo.lock
    21  
    22  docs/site/node_modules
    23  docs/site/package-lock.json
    24