diff options
| author | seth <[email protected]> | 2023-03-17 21:13:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-17 21:18:02 -0400 |
| commit | fd481d4fdce31cfaaf414d24ebbba0b2ff99a20c (patch) | |
| tree | 28b6b3a61e1c5f6f833ca5fdfd48d4f1dda5d775 /.gitignore | |
| parent | b6f5bc462ec2ab587e41ea088301e2db8fc20a13 (diff) | |
feat(flake): init nix flake
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,2 +1,10 @@ +# lume build output _site + +# vscode settings .vscode/ + +# nix stuff +result +.direnv/ +.pre-commit-config.yaml |
