瀏覽代碼

Ignore IntelliJ project files + cleanup

Jonas Thurfors 6 年之前
父節點
當前提交
36b4a8acc8
共有 1 個文件被更改,包括 12 次插入7 次删除
  1. 12 7
      .gitignore

+ 12 - 7
.gitignore

@@ -1,13 +1,18 @@
-
+*.pyc
+.deps
 .externalToolBuilders
-.DS_Store
+.internal
 .lock-wscript
-build
-*.pyc
 .project
 .cproject
+build
 builtins
-.internal
-.deps
+js-web/
 node_modules/
-js-web/
+
+# IntelliJ IDEA
+/.idea
+/*.iml
+
+# Mac
+.DS_Store