Git: ignore pre-commit configuration and nix build results (#58)
It's generated at runtime and should not be checked in. I also added a nit commit on my end to remove an un-needed `default.nix`.
This commit is contained in:
parent
0f42b0eebb
commit
840319afac
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/.pre-commit-config.yaml
|
||||
/result*
|
||||
|
|
@ -7,7 +7,7 @@ _: {
|
|||
./file_types.nix
|
||||
|
||||
# Themes
|
||||
./plugins/themes/default.nix
|
||||
./plugins/themes
|
||||
|
||||
# Completion
|
||||
./plugins/cmp/cmp.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue