mirror of
https://github.com/ngrok/ngrok-operator.git
synced 2026-05-17 16:50:44 +00:00
1fc35be6a6
* feat: Add ngrok to flake so we can run ngrok binary in the devenv This allow for testing things like bindings within the development environment Signed-off-by: Jonathan Stacks <jonstacks@users.noreply.github.com> * feat: Add recommended extensions for devenv Signed-off-by: Jonathan Stacks <jonstacks@users.noreply.github.com> * feat: Add hostRequirements for devcontainer Signed-off-by: Jonathan Stacks <jonstacks@users.noreply.github.com> * feat: Add devhelp message to the nix flake Signed-off-by: Jonathan Stacks <jonstacks@users.noreply.github.com> * docs: Add documentation for the Codespaces developer environment --------- Signed-off-by: Jonathan Stacks <jonstacks@users.noreply.github.com>
36 lines
488 B
Plaintext
36 lines
488 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin
|
|
testbin/*
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
coverage/
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
e2e-fixtures/*/config*.yaml
|
|
|
|
/.direnv
|
|
.env
|
|
.envrc-user
|
|
|
|
# Ignore local scripts and utilities
|
|
local/*
|