diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 08:30:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 08:30:19 -0600 |
| commit | 79e73f9abf7ecec5f9623e349a22f2d7bd05a16c (patch) | |
| tree | 3add3e8c88de7b9c7796d2c2d197356eba11e3f0 /.gitignore | |
Day 1
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..dcbace9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.swp +go.mod +go.sum +/files/* +/work/* +autogenpb +test.sort.pb.go |
