Skip to content

Commit

Permalink
[MOD] .gitignore and flake.nix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Nuttinck <[email protected]>
  • Loading branch information
alexnuttinck committed Nov 19, 2024
1 parent 41846a9 commit 14d81f0
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chart/
*tgz

# Ignore lock files
*.lock
Chart.lock

# Ignore IDE specific files
.vscode/
Expand All @@ -12,4 +12,3 @@ chart/
.direnv/*
*.tgz
.pre-commit-config.yaml
Chart.lock
152 changes: 152 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@
};
});
}

0 comments on commit 14d81f0

Please sign in to comment.