소스 검색

add intellij files to Android.gitignore

Joshua Hou 13 년 전
부모
커밋
aec3539998
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      Android.gitignore

+ 8 - 1
Android.gitignore

@@ -20,4 +20,11 @@ local.properties
 .project
 
 # Proguard folder generated by Eclipse
-proguard/
+proguard/
+
+# Intellij project files
+*.iml
+*.ipr
+*.iws
+.idea/
+