diff options
author | Beat Hagenlocher | 2024-06-27 00:32:51 +0200 |
---|---|---|
committer | Beat Hagenlocher | 2024-06-27 00:32:51 +0200 |
commit | cd7cf527613ce220dc39bd705da72199b35fa0a1 (patch) | |
tree | 89695f4b37c432c440b55c8750749c8271c53e9a /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..258bce4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.direnv + +compiled +*.html
\ No newline at end of file |