diff options
| author | Jeff Carr <[email protected]> | 2024-02-19 07:16:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-19 07:16:10 -0600 |
| commit | f4605dbbd165348362ea38b6313b0818196cc675 (patch) | |
| tree | 9ea94dd731a70809c84703930e07dc480fff8b7d /.gitignore | |
pulled out from my fork of upstream repo
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a630ed4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.swp +go.mod +go.sum |
