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:
Wael Nasreddine 2024-11-26 00:48:25 -08:00 committed by GitHub
parent 0f42b0eebb
commit 840319afac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/.pre-commit-config.yaml
/result*

View file

@ -7,7 +7,7 @@ _: {
./file_types.nix
# Themes
./plugins/themes/default.nix
./plugins/themes
# Completion
./plugins/cmp/cmp.nix