diff options
author | Malte Voos <git@mal.tc> | 2025-04-11 01:11:46 +0200 |
---|---|---|
committer | Malte Voos <git@mal.tc> | 2025-04-15 21:41:46 +0200 |
commit | 52fc07062e41d9b9c00edf7e48187bd4058cdb93 (patch) | |
tree | afb0d5e0dd6c753689685a0e5e9096c133205dd9 /.gitignore | |
download | lean-brooks-52fc07062e41d9b9c00edf7e48187bd4058cdb93.tar.gz lean-brooks-52fc07062e41d9b9c00edf7e48187bd4058cdb93.zip |
init main
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27d3834 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.direnv/ +.lake/ |