diff options
author | Linnnus <[email protected]> | 2024-02-14 11:37:36 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-14 17:16:24 +0100 |
commit | 2b11289379b5ba3d6d67b88211df0862f4b92ebd (patch) | |
tree | 1c55e436ce421fb8a067c98d9b29f755fc88a2be /.gitignore | |
parent | a862bc82f921b065fbec452eb65ff54429a0d28a (diff) |
chore: Update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Build artifacts result build/ +references/smu # Test data (can't figure out nested git repos) example-wiki/ @@ -8,3 +9,6 @@ example-wiki.git/ # Application output public_html/ + +# Personal notes. Can't be bothered to commit atomically. +thoughts.txt |