bwplotka / bingo

Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules.
Apache License 2.0
342 stars 29 forks source link

.gitignore: add .envrc to the ignore list #149

Closed aimuz closed 7 months ago

aimuz commented 7 months ago

The .envrc file includes environment-specific paths and settings that should not be tracked in source control as they can vary between developers' environments.

Removed the .envrc file from version control and updated .gitignore to reflect this change, improving developer experience by avoiding conflicts with personal configurations.