1# Temporary files 2*~ 3*# 4.#* 5coverage.txt 6 7# Vendors 8package-lock.json 9node_modules/ 10vendor/ 11 12# Binaries for programs and plugins 13dist/ 14gin-bin 15*.exe 16*.exe~ 17*.dll 18*.so 19*.dylib 20 21# Test binary, build with `go test -c` 22*.test 23 24# Output of the go coverage tool, specifically when used with LiteIDE 25*.out 26 27# IDE settings 28.idea