mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
d74c771fda
This uses the new react-based web client for all builds, not just with the --dev flag. If the web client assets have not been built, the client will serve a message that Tailscale was built without the web client, and link to build instructions. Because we will include the web client in all of our builds, this should only be seen by developers or users building from source. (And eventually this will be replaced by attempting to download needed assets as runtime.) We do now checkin the build/index.html file, which serves the error message when assets are unavailable. This will also eventually be used to trigger in CI when new assets should be built and uploaded to a well-known location. Updates tailscale/corp#13775 Signed-off-by: Will Norris <will@tailscale.com>
45 lines
740 B
Plaintext
45 lines
740 B
Plaintext
# Binaries for programs and plugins
|
|
*~
|
|
*.tmp
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.spk
|
|
|
|
cmd/tailscale/tailscale
|
|
cmd/tailscaled/tailscaled
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# direnv config, this may be different for other people so it's probably safer
|
|
# to make this nonspecific.
|
|
.envrc
|
|
|
|
# Ignore personal VS Code settings
|
|
.vscode/
|
|
|
|
# Support personal project-specific GOPATH
|
|
.gopath/
|
|
|
|
# Ignore nix build result path
|
|
/result
|
|
|
|
# Ignore direnv nix-shell environment cache
|
|
.direnv/
|
|
|
|
# Ignore web client node modules
|
|
.vite/
|
|
client/web/node_modules
|
|
client/web/build/assets
|
|
|
|
/gocross
|
|
/dist
|