# The two project subdirectories are independent git repositories and must
# NOT be tracked by this (outer) flake repository. Keeping them out of git's
# index here is what stops `nix build`/`nix develop` from copying their
# node_modules, build output, etc. into the nix store on every rebuild.
/impro/
/impro-sample-plugin/
/impro-releases/
# direnv
.direnv/
