Closed TamerSherif closed 5 years ago
.idea directory needs to be ignored when pushing to shopify_python.
.idea
shopify_python
This PR adds .idea directory to gitignore which is generated by pycharm config.
LGTM but we need to figure out why the builds are failing :S
Why is this PR necessary?
.idea
directory needs to be ignored when pushing toshopify_python
.How does this PR work?
This PR adds
.idea
directory to gitignore which is generated by pycharm config.