Files
Jonathan Stacks 1fc35be6a6 Codespaces pt 4 (#689)
* 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>
2025-10-21 05:13:17 +00:00

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/*