mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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>
21 lines
228 B
Plaintext
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
|