You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently whenever we use go build , a server file is generated for execution. Adding it to .gitignore will prevent from accidently committing it to a Pull Request and remove the untracked flag from git in Vscode
Along with this, it might be a good decision to add in keploy-config.yaml and keploy-logs.txt to the .gitignore file
Why should this be worked on?
Improves the developer experience
Repository
keploy
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Summary
Currently whenever we use
go build
, a server file is generated for execution. Adding it to .gitignore will prevent from accidently committing it to a Pull Request and remove the untracked flag from git in VscodeAlong with this, it might be a good decision to add in
keploy-config.yaml
andkeploy-logs.txt
to the .gitignore fileWhy should this be worked on?
Improves the developer experience
Repository
keploy
The text was updated successfully, but these errors were encountered: