grapevine/.gitignore
Charles Hall b7df5a7da6
allow loading env vars from .env if it exists
This is primarily useful for replicating the environment from CI so that
the `nix-build-and-cache` script is easier to invoke.
2024-05-14 20:08:37 -07:00

14 lines
145 B
Text

# Local environment overrides
/.env
# Cargo artifacts
target
# Direnv cache
/.direnv
# Nix artifacts
result*
# GitLab CI cache
/.gitlab-ci.d