# SPDX-FileCopyrightText: NONE # # SPDX-License-Identifier: CC0-1.0 # 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/ # 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 # Temporary files, for example, from tests. /tmp/ # Nix-generated files .direnv result result-* .pre-commit-config.yaml # Editor configuration .dir-locals.el # Rust compilation artifacts /target # Files generated during local development *.csr *.der *.pem *.key # NIFs produced by rustler's build apps/*/priv/native # Local PostgreSQL database /.pgdata-local