add .gitignore and switch to rebase strategy

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:44:58 +02:00
parent 697cdf288d
commit 07ebbac912
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 6 additions and 3 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# output of nixos-rebuild build or deploy-rs
result
.direnv

View file

@ -34,7 +34,7 @@ in
defaultBranch = "main"; defaultBranch = "main";
}; };
pull = { pull = {
rebase = false; rebase = true;
}; };
push = { push = {
autoSetupRemote = true; autoSetupRemote = true;

View file

@ -39,7 +39,7 @@ in
defaultBranch = "main"; defaultBranch = "main";
}; };
pull = { pull = {
rebase = false; rebase = true;
}; };
push = { push = {
autoSetupRemote = true; autoSetupRemote = true;

1
result
View file

@ -1 +0,0 @@
/nix/store/5bn24v1m3gsjr96fj9h2kavaj67lxh5q-nixos-24.05.20240410.1042fd8-x86_64-linux.iso