Now we have some elixir

This commit is contained in:
2026-06-05 00:59:45 +02:00
parent 2855f3d489
commit 969870b3c3
10 changed files with 202 additions and 35 deletions
+20 -33
View File
@@ -1,38 +1,26 @@
# ---> Elixir
/_build
/cover
/deps
/doc
/.fetch
# 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/
# Temporary files, for example, from tests.
/tmp/
# 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
*.beam
/config/*.secret.exs
.elixir_ls/
# ---> Phoenix
# gitignore template for Phoenix projects
# website: http://www.phoenixframework.org/
#
# Recommended template: Elixir.gitignore
# Temporary files
/tmp
# Static artifacts
/node_modules
/assets/node_modules
# Since we are building assets from web/static,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# Installer-related files
/installer/_build
/installer/tmp
/installer/doc
/installer/deps
# Ignore package tarball (built via "mix hex.build").
bunny_mask-*.tar
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
@@ -41,4 +29,3 @@ result-*
# Ignore automatically generated direnv output
.direnv