mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
* switch proxy to config file pull in single flight changes * changes for single-flight * intermediate stage. All tests passing. pkg still has env refs * remove all env references * delete config/env entirely * fix failing tests * create the config.toml file as part of dev setup * create config file only if it doesn't exist * update Dockerfiles to use config file * move composing elements to the top * verbose parameter naming * newline * add flag for config file path * update docs with config file flag * remove unnecessary nil check * use filepath.join * rename redis port to address * fix path.join * fix issues after merge * add vendor dir
36 lines
478 B
Plaintext
36 lines
478 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/
|
|
node_modules
|
|
public
|
|
tmp/*
|
|
vgp
|
|
bin/*
|
|
.envrc
|
|
athens
|
|
yarn-error.log
|
|
cmd/proxy/proxy
|
|
cmd/olympus/olympus
|
|
test-keys.json
|
|
tmp
|
|
.vs
|
|
cmd/olympus/bin
|
|
cmd/proxy/bin
|
|
.idea
|
|
.DS_Store
|
|
|
|
|
|
# prod config file
|
|
config.toml
|