add bin directory and .env file to gitignore

This commit is contained in:
Laurent Le Houerou 2024-03-21 06:33:17 +00:00
parent 93af6e9c08
commit 4191e3b663

3
.gitignore vendored
View File

@ -17,3 +17,6 @@
# Go workspace file
go.work
go.work.sum
bin/
.env