diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-19 19:25:11 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-19 19:25:11 +0100 |
commit | 97a3274a775d0fbd8f5fb3ad16c3381caab83251 (patch) | |
tree | c2fc6cc5cd9233053d5f0da35afdda88bff82a31 /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d058db --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Devenv +.devenv* +devenv.local.nix + +# direnv +.direnv + +# pre-commit +.pre-commit-config.yaml |