Files
firezone/elixir/.gitignore
Gabi e9be4b9ef5 connlib: moves it to the main firezone library
This brindgs connlib from its own separated repo to firezone's monorepo.
    
 On top of bringing connlib we also add and unify the Dockerfile for all
 rust binaries and add a docker-compose that can run a headless client, a
 relay and a gateway which eventually will test the whole flow between a
 client and a resource. For this to work we also incorporated some elixir
 scripts to generate portal tokens for those components.
2023-06-23 16:39:58 -06:00

35 lines
724 B
Plaintext

# HTTPS dev certs
priv/pki/authorities/local/
# The directory Mix will write compiled artifacts to.
_build/
# If you run "mix test --cover", coverage assets end up here.
cover/
# The directory Mix downloads your dependencies sources to.
deps/
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# The directory NPM downloads your dependencies sources to.
/assets/node_modules/
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# Dialyxir output
/priv/plts/
# Test screenshots
apps/*/screenshots
# WG configs generated in acceptance tests
*.conf
# Uploads
apps/web/priv/static/uploads