lytlang/.gitignore

34 lines
698 B
Plaintext
Raw Permalink Normal View History

2019-05-11 13:01:39 -05:00
# 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/
# 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").
lytlang-*.tar
# Elixir language server files
/.elixir_ls/*
# Temporary files
*.tmp
*.swp
2019-07-19 21:54:53 -05:00
# Ignore compiled Erlang files
2019-11-15 00:51:27 -06:00
/src/*.erl