1
0
forked from apps/featurer
Files
featurer/vendor/github.com/gin-gonic/gin/.gitignore
Stanislav N. aka pztrn c49251db31 Add vendor to improve building speed.
This also adds ability to be built in network-constrained environment.
2024-10-12 23:08:41 +05:00

12 lines
110 B
Plaintext

vendor/*
!vendor/vendor.json
coverage.out
count.out
test
profile.out
tmp.out
# Develop tools
.idea/
.vscode/