diff options
| author | jcarr <[email protected]> | 2024-02-27 02:21:00 -0600 |
|---|---|---|
| committer | jcarr <[email protected]> | 2024-02-27 02:21:00 -0600 |
| commit | 5cc617335d449c44032907414169ea0c2e8af216 (patch) | |
| tree | 57f310fc31180635ad4ff9a145370762fd0184d5 /.gitignore | |
initial start of a fyne plugin
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..bbee404 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.swp +go.mod +go.sum +fyne +nocui |
