summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/.gitignore
blob: 1ea0e2b9500cb46ad2b313d0ffef088a17f225b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
vendor/*
!vendor/vendor.json
coverage.out
count.out
test
profile.out
tmp.out

# Develop tools
.idea/
.vscode/