add .gitignore and switch to rebase strategy

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:44:58 +02:00
parent 20f4850036
commit 1b8fcb1887
Signed by: Daholli
GPG key ID: 1763BB530F50279E
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";
};
pull = {
rebase = false;
rebase = true;
};
push = {
autoSetupRemote = true;

View file

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

1
result
View file

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