Files
iban-ex/.gitignore
Danylo Negrienko 0ed739b444 Enable Elixir tracking and update .gitignore
- Add .gitattributes for Elixir file tracking. - Extend .gitignore for Elixir-related and other development files. -
Introduce Agents.md with project guidelines and usage rules. - Create CLAUDE.md as a symlink to Agents.md. - Update
mix.exs to specify proper version for elixir_sense.
2025-11-29 12:48:45 -05:00

43 lines
788 B
Plaintext

# Development artefacts
.DS_Store
.vscode
.drone.status
# Elixir LS and Tools
.elixir_ls
.elixir-tools
.lexical
.expert
# AI tools
.claude
.codex
.mcp.json
# 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").
iban_ex-*.tar
# Temporary files, for example, from tests.
/tmp/