diff options
| author | Bobby <[email protected]> | 2025-08-26 13:17:59 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-26 13:17:59 +0530 |
| commit | d73855da602c874be21f49279acb0e912438d470 (patch) | |
| tree | 8fa1eb7809486e275191ad706cfe23418606b9d6 /.gitignore | |
| download | eda-d73855da602c874be21f49279acb0e912438d470.tar.xz eda-d73855da602c874be21f49279acb0e912438d470.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/ |
