Add some basic code

This commit is contained in:
2024-10-10 22:04:34 -05:00
parent 7f7a63f379
commit caa9a46c1b
10 changed files with 136 additions and 13 deletions

36
.gitignore vendored
View File

@@ -1,12 +1,26 @@
# ---> Elixir
/_build
/cover
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam
/config/*.secret.exs
.elixir_ls/
# 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").
elixir_rss-*.tar
# Temporary files, for example, from tests.
/tmp/