Elixir SDK for Pocketenv
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 24 lines 549 B view raw
1# The directory Mix will write compiled artifacts to. 2/_build/ 3 4# If you run "mix test --cover", coverage assets end up here. 5/cover/ 6 7# The directory Mix downloads your dependencies sources to. 8/deps/ 9 10# Where third-party dependencies like ExDoc output generated docs. 11/doc/ 12 13# Temporary files, for example, from tests. 14/tmp/ 15 16# If the VM crashes, it generates a dump, let's ignore it too. 17erl_crash.dump 18 19# Also ignore archive artifacts (built via "mix archive.build"). 20*.ez 21 22# Ignore package tarball (built via "mix hex.build"). 23pocketenv-*.tar 24