| Tang Cheng | 62fdaa3 | 2019-01-11 10:12:41 +0800 | [diff] [blame] | 1 | /vendor |
| 2 | Gopkg.lock | ||||
| Tang Cheng | ea3f537 | 2019-09-29 14:40:22 +0800 | [diff] [blame] | 3 | *.lock |
| 4 | |||||
| 5 | # Binaries for programs and plugins | ||||
| 6 | *.exe | ||||
| 7 | *.exe~ | ||||
| 8 | *.dll | ||||
| 9 | *.so | ||||
| 10 | *.dylib | ||||
| 11 | |||||
| 12 | # Test binary, built with `go test -c` | ||||
| 13 | *.test | ||||
| 14 | |||||
| 15 | # Output of the go coverage tool, specifically when used with LiteIDE | ||||
| 16 | *.out | ||||
| 17 | |||||
| 18 | # Dependency directories (remove the comment below to include it) | ||||
| 19 | # vendor/ | ||||