diff options
| author | Jeff Carr <[email protected]> | 2024-12-31 13:03:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-31 13:03:06 -0600 |
| commit | 2c6dc806efb2443daa82948482b1b1e313936716 (patch) | |
| tree | 33b1e0ff0ffaa2b256de028945e148432188dee1 /.gitignore | |
Day 1. test build should workv0.0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9314288 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.swp +go.mod +go.sum +/files/* +/work/* + +going2git |
