Compare commits
2 commits
896231c0bc
...
3e0d77b66a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e0d77b66a | |||
| 581b55389f |
2 changed files with 10 additions and 1 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
use flake
|
||||
|
|
@ -4,7 +4,15 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
ignores = [ "*~" "*.swp" "result" "dist-newstyle" ];
|
||||
ignores = [
|
||||
"*~"
|
||||
"*.swp"
|
||||
"result"
|
||||
"dist-newstyle"
|
||||
".direnv"
|
||||
"*.bak"
|
||||
".pre-commit-config.yaml"
|
||||
];
|
||||
signing = {
|
||||
key = "41A6D13FECA21280";
|
||||
signByDefault = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue