24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
# 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
|
||||
|
||||
# omits sops-mergetool artifacts
|
||||
**/*.yaml.orig
|
||||
**/*.yml.orig
|
||||
|
||||
# allows test file in reopsitory
|
||||
test.*
|
||||
|
||||
# flake update artifacts
|
||||
pre-drv
|
||||
post-drv
|
||||
post-diff
|
Reference in New Issue
Block a user