Commit ddb6d332ea0ebd9a7fce893b21ede24d908ffc90

Richard Harrington 2014-08-29T18:51:35

Added intellij matcher to gitignore

1
2
3
4
5
6
7
8
9
10
11
diff --git a/.gitignore b/.gitignore
index 56b35bd..692a6cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 hide-*.js
-node_modules
\ No newline at end of file
+node_modules
+.idea/
\ No newline at end of file