diff options
| author | Bobby <[email protected]> | 2025-12-18 15:14:56 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-18 15:14:56 +0530 |
| commit | 25f73ff8a0bbfc1f7c0ca8eab46c510e8d2624ef (patch) | |
| tree | 3cbe3d22ac9cd94ce0e3e6186aeabeea48f16602 /.gitignore | |
| download | lain-25f73ff8a0bbfc1f7c0ca8eab46c510e8d2624ef.tar.xz lain-25f73ff8a0bbfc1f7c0ca8eab46c510e8d2624ef.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aaadf73 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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/ |
