.gitignore fix for pre-commit

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-17 01:38:49 -04:00 committed by Alice Huston
parent 0b5a269fe4
commit 8209d5b82c

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ result
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) # 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 .pre-commit-config.yaml
# allows test file in reopsitory # allows test file in reopsitory
test.* test.*