add .idea/ to .gitignore for Pycharm

This commit is contained in:
laeshiny 2017-03-10 22:13:13 +09:00
parent 82726588cb
commit d853d64fa9

4
.gitignore vendored
View File

@ -5,4 +5,6 @@ public/js/bundle.js
public/css/semaphore.css
config.json
.DS_Store
node_modules
node_modules
.idea/