diff options
author | Farzad Sadeghi <devi+github@terminaldweller.com> | 2023-10-09 03:52:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 03:52:44 +0000 |
commit | 09e606df57c543c334687f6a52b80d68906510ad (patch) | |
tree | 56af68cd7d52be39c8443d7cf22d08169c60c486 /.gitignore | |
download | sms-webhook-09e606df57c543c334687f6a52b80d68906510ad.tar.gz sms-webhook-09e606df57c543c334687f6a52b80d68906510ad.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b735ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# 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 |