summaryrefslogtreecommitdiff
path: root/vendor/github.com/google/yamlfmt/.gitignore
blob: 6c713e5ebf22b2226a550e055b28686fce3fa50d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Sometimes use these for testing
.yamlfmt
!integrationtest/**/.yamlfmt
tmp

# Goreleaser build folder
dist/

# build file with `make build`
yamlfmt
yamlfmt.exe

# vscode settings
.vscode