diff --git a/.gitignore b/.gitignore index a2aee7e..6dc4554 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,10 @@ code_records/ scratch.js bots/**/action-code/** bots/**/ -keys.json \ No newline at end of file +keys.json +services/viaproxy/jars/** +services/viaproxy/logs/** +services/viaproxy/plugins/** +services/viaproxy/ViaLoader/** +services/viaproxy/saves.json +services/viaproxy/viaproxy.yml diff --git a/services/viaproxy/README.md b/services/viaproxy/README.md index ada93c0..d6e53ba 100644 --- a/services/viaproxy/README.md +++ b/services/viaproxy/README.md @@ -19,7 +19,7 @@ then point to your `settings.js` `host` and `port` to viaproxy: This easily works with "offline" servers. -Connecting to "online" servers involves more configuration: see `auth-method` in `viaproxy.yml` (TODO describe) +Connecting to "online" servers with viaproxy involves more configuration: see `auth-method` in `services/viaproxy/viaproxy.yml` (TODO describe)