nix-dotfiles/.gitignore
ahuston-0 8209d5b82c .gitignore fix for pre-commit
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-17 12:15:14 +00:00

16 lines
310 B
Plaintext

# direnv
.direnv
.envrc
# build outputs
.*.swp
*.retry
result
result-*
# If you run nix develop it will generate pre-commit hooks using the python library precommit (see https://github.com/RAD-Development/nix-dotfiles/blob/main/flake.nix#L65)
.pre-commit-config.yaml
# allows test file in reopsitory
test.*