From fb75c82a3007d48bc53ff4612eb883781f037b4c Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 22 Jul 2025 01:09:02 +0700 Subject: feat: first demo version --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d1cb3a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# 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 + +# Code coverage profiles and other test artifacts +*.out +coverage.* +*.coverprofile +profile.cov + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env + +# Editor/IDE +# .idea/ +# .vscode/ + +config*.json +!config*.sample.json + +/main -- cgit v1.3.1+13