diff options
-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 |