github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/.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