···1+# Used by "mix format"
2+[
3+ inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
4+]
+28
.gitignore
···0000000000000000000000000000
···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+# If the VM crashes, it generates a dump, let's ignore it too.
14+erl_crash.dump
15+16+# Also ignore archive artifacts (built via "mix archive.build").
17+*.ez
18+19+# Ignore package tarball (built via "mix hex.build").
20+drinkup-*.tar
21+22+# Temporary files, for example, from tests.
23+/tmp/
24+25+# Nix
26+.envrc
27+.direnv
28+result
+4
README.md
···0000
···1+# Drinkup
2+3+Drinkup is an ELixir library for listening to events from an ATProtocol
4+firehose.