aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-18 14:07:53 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-18 14:08:24 -0500
commit30031bc0ee46d28244f35505339d9d9789012561 (patch)
treee8288e18f804c53e589da0ceaefbbf20afae1c86 /.gitignore
downloadwsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.gz
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.bz2
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.lz
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.xz
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.zst
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.zip
Initial commit
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..26a2fff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+# If you prefer the allow list template instead of the deny list, see community template:
+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
+#
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+
+# Test binary, built with `go test -c`
+*.test
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out
+
+# Dependency directories (remove the comment below to include it)
+# vendor/
+
+# Go workspace file
+go.work
+go.work.sum
+
+# env file
+.env
+
+config.toml
+wsl-tui \ No newline at end of file