소스 검색

added .idea to .gitignore

Mattia Larentis 10 년 전
부모
커밋
559d323e43
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@ npm-debug.log
 node_modules
 components
 test.html
-.DS_Store
+.DS_Store
+.idea