소스 검색

init

tags/0.0.5
Robin Thoni 8 년 전
커밋
5fb71ffa0f
1개의 변경된 파일32개의 추가작업 그리고 0개의 파일을 삭제
  1. 32
    0
      .gitignore

+ 32
- 0
.gitignore 파일 보기

@@ -0,0 +1,32 @@
1
+#built application files
2
+*.apk
3
+*.ap_
4
+
5
+# files for the dex VM
6
+*.dex
7
+
8
+# Java class files
9
+*.class
10
+
11
+# generated files
12
+bin/
13
+gen/
14
+
15
+# Local configuration file (sdk path, etc)
16
+local.properties
17
+
18
+# Windows thumbnail db
19
+Thumbs.db
20
+
21
+# OSX files
22
+.DS_Store
23
+
24
+# Eclipse project files
25
+.classpath
26
+.project
27
+
28
+# Android Studio
29
+.idea
30
+#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
31
+.gradle
32
+build/

Loading…
취소
저장