소스 검색

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