github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/.gitignore (about)

     1  .pack/
     2  /pack
     3  out/
     4  benchmarks.test
     5  *.out
     6  
     7  # Jetbrains Goland
     8  .idea/
     9  
    10  # Build outputs
    11  artifacts/
    12  .DS_Store
    13  
    14  # Travis unencrypted file
    15  .travis/key.pem
    16