diff options
author | Pascal <[email protected]> | 2019-10-10 21:37:08 +0200 |
---|---|---|
committer | Matt Holt <[email protected]> | 2019-10-10 13:37:08 -0600 |
commit | fe36d26b63b6398592e46604d1795f84ce0477d4 (patch) | |
tree | 14dbb7a456b93e4e7c1b58ae30694edf7c15c79a /.gitignore | |
parent | b38365ff3b6ab8b2c474603fa0603831e7eff2a7 (diff) | |
download | caddy-fe36d26b63b6398592e46604d1795f84ce0477d4.tar.gz caddy-fe36d26b63b6398592e46604d1795f84ce0477d4.zip |
caddyhttp: Add RemoteAddr placeholders (#2801)
* Ignore build artifacts
* Add RemoteAddr placeholders
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 619344693..1cc86e44d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,10 @@ Caddyfile *.prof *.test +# build artifacts +cmd/caddy/caddy +cmd/caddy/caddy.exe + # mac specific .DS_Store |