mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 01:06:30 -05:00
chore(gitignore): ignore rathole proxy config with secrets
Since we use rathole while developing to share a local dev environment with a co-developer, the client config with the secrets should not be accidentally committed. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
a86012be21
commit
f40aa020c4
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -34,3 +34,6 @@ frontend/cypress/screenshots
|
|||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
|
||||
# Rathole proxy configuration
|
||||
rathole.toml
|
||||
|
|
Loading…
Reference in a new issue