Skip to content
Snippets Groups Projects
Commit c74125f0 authored by PUBERT Quentin's avatar PUBERT Quentin
Browse files

add .gitignore in subproject handshake

parent 051d2df2
No related branches found
No related tags found
No related merge requests found
Pipeline #1136 failed
# The directory Mix will write compiled artifacts to.
/_build/
/.idea/
# If you run "mix test --cover", coverage assets end up here.
/cover/
# The directory Mix downloads your dependencies sources to.
/deps/
# Where third-party dependencies like ExDoc output generated docs.
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
# Ignore package tarball (built via "mix hex.build").
dunixir-*.tar
# Ignore Elixir Language Server files (VS Code extension)
/.elixir_ls/
# Temporary files for e.g. tests
/tmp
#data
/data/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment