mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
d77176912b
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|
|
# vendor dependencies
|
|
vendor/
|