Quantcast

Hide my idea project files.

Repooc [07-29-14 - 08:08]
Hide my idea project files.
Filename
.gitignore
.hgignore
diff --git a/.gitignore b/.gitignore
index 5684484..eb52733 100644
--- a/.gitignore
+++ b/.gitignore
@@ -163,3 +163,6 @@ pip-log.txt
 .DS_Store

 *.sublime*
+
+.idea
+*.iml
\ No newline at end of file
diff --git a/.hgignore b/.hgignore
index e28c89d..2d8c945 100644
--- a/.hgignore
+++ b/.hgignore
@@ -165,3 +165,6 @@ pip-log.txt
 .DS_Store

 *.sublime*
+
+.idea
+*.iml
\ No newline at end of file