Files
firezone/elixir/.dockerignore
Jamil 1e94afdb98 chore: move terraform/ to private repo (#9421)
Since we'll be adding ops playbooks and other things here, it makes
sense to separate infra from product source.

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-05 19:24:06 +00:00

21 lines
228 B
Plaintext

# Elixir
apps/web/assets/node_modules
apps/web/priv/static/dist
apps/web/priv/cert
apps/api/priv/static/dist
apps/api/priv/cert
_build
**/cover
# Documentation
docs
# MacOS
.DS_Store
# Git
.git
.gitignore
.gitmodules
.github