diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-04-18 12:45:05 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-04-18 12:45:05 +0100 |
| commit | c2d40ab3cf87323ebdb1efd909ee325a89f8303a (patch) | |
| tree | e90100c0997b26e4b66d050baf8eec1cac0cc13f | |
| parent | 041c33ae55dd847a3b611c8937fa954e23436f67 (diff) | |
Add .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..f419dc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea +/target |
