go_web_app
go_web_app copied to clipboard
howto: fix issue with commiting .idea dir
Hi, I've seen your youtube video, I like your project and way you talk about go, good job! I can help you with git. This should be applied to each branch:
- git rm -r --cached .idea
- add ".idea" and "*.iml" to .gitignore file
- commit those above
It is a good practise NOT to commit .idea directory to git project ;)
same feeling