Ignore .idea folder with gitignore

This commit is contained in:
Kira 2019-01-31 16:47:34 -08:00
parent dbf46d3522
commit 2d9597297a

3
.gitignore vendored
View File

@ -30,4 +30,5 @@ test/reports
/node_modules
yarn-debug.log*
.yarn-integrity
public/packs
public/packs
.idea