init: and so there was the tree

This commit is contained in:
Teesh 2026-02-24 11:23:13 +02:00
commit d0c1fa3719
23 changed files with 519 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
### Elixir ###
/_build
/cover
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam
/config/*.secret.exs
.elixir_ls/
.expert/
### End of Elixir ###
### Nix ###
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore automatically generated direnv output
.direnv
### End of Nix ###