Add .bak files to .gitignore and include fish in shell.nix dependencies
This commit is contained in:
parent
8da83a438a
commit
9ad1e82e6d
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
|
|
||||||
nixos/modules/nextcloud/nextcloud-admin-pass
|
nixos/modules/nextcloud/nextcloud-admin-pass
|
||||||
|
.BAK/
|
||||||
|
*.bak
|
|
@ -21,6 +21,7 @@
|
||||||
home-manager
|
home-manager
|
||||||
nh
|
nh
|
||||||
git
|
git
|
||||||
|
fish
|
||||||
bats # for bash testing
|
bats # for bash testing
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue