mirror of
https://github.com/benbusby/farside.git
synced 2025-03-14 11:16:34 -04:00

This adds a straightforward way of preserving Farside's redirecting behavior in the user's browser history. That way if an instance becomes unavailable between the 5 min scans, the user can opt to navigate back one page and be taken to a new instance. This is accomplished using a single line of JS, and could potentially work as the default behavior of Farside (with the current default behavior requiring a path prefix instead). This should be revisited down the road when more people are using this service.
16 lines
154 B
Plaintext
16 lines
154 B
Plaintext
/_build
|
|
/cover
|
|
/deps
|
|
/doc
|
|
/.fetch
|
|
erl_crash.dump
|
|
*.ez
|
|
*.beam
|
|
/config/*.secret.exs
|
|
.elixir_ls/
|
|
|
|
# Ignore results from update script
|
|
.update-result*
|
|
|
|
*.rdb
|