Add .idea/** into .gitignore for JetBrains IDE

This commit is contained in:
asdf2014 2017-08-08 09:20:38 +08:00
parent 7add4e6f29
commit 4fc9eefe96

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ node_modules
__pycache__
*.swp
.vscode/
.idea/**