github.com/google/yamlfmt@v0.12.2-0.20240514121411-7f77800e2681/.gitignore (about)

     1  # Sometimes use these for testing
     2  .yamlfmt
     3  !integrationtest/**/.yamlfmt
     4  tmp
     5  
     6  # Goreleaser build folder
     7  dist/
     8  
     9  # build file with `make build`
    10  yamlfmt
    11  yamlfmt.exe
    12  
    13  # vscode settings
    14  .vscode