Things that you commit to git tends to stay in the git history, even if you remove the file afterwards.
Although it is possible to clean up your git history, it's a good idea is to keep unintended files out from git to begin with.
Use .gitignore for this https://www.env0.com/blog/gitignore-command-guide-practical-examples-and-terraform-tips
#env0 #git
Although it is possible to clean up your git history, it's a good idea is to keep unintended files out from git to begin with.
Use .gitignore for this https://www.env0.com/blog/gitignore-command-guide-practical-examples-and-terraform-tips
#env0 #git
Comments