diff options
| author | Jeff Carr <[email protected]> | 2025-08-16 00:36:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-16 00:36:47 -0500 |
| commit | de6b45ced2fec64bdd4eb1c7d90c13251d394fe8 (patch) | |
| tree | d5c4b08c74b4c3b3df544d0585a4cc0cea2878a1 /.gitignore | |
day1v0.0.1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ab788c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.swp +go.mod +go.sum +fixup +/files/* |
