Skip to content

Commit ee9dc29

Browse files
author
Ragina Jeon
committed
Merge pull request #24 from yoavst/master
Fix dialog
2 parents f3503c3 + ceec30c commit ee9dc29

4 files changed

Lines changed: 1130 additions & 1054 deletions

File tree

.gitignore

Lines changed: 49 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
4-
/.idea/libraries
5-
.DS_Store
6-
/build
1+
### Android template
2+
# Built application files
3+
*.apk
4+
*.ap_
5+
6+
# Files for the Dalvik VM
7+
*.dex
8+
9+
# Java class files
10+
*.class
11+
12+
# Generated files
13+
bin/
14+
gen/
15+
16+
# Gradle files
17+
.gradle/
18+
build/
19+
/*/build/
20+
21+
# Local configuration file (sdk path, etc)
22+
local.properties
23+
24+
# Proguard folder generated by Eclipse
25+
proguard/
26+
27+
# Log Files
28+
*.log
29+
30+
31+
### JetBrains template
32+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
33+
34+
*.iml
35+
36+
## Directory-based project format:
37+
.idea/
38+
39+
## File-based project format:
40+
*.ipr
41+
*.iws
42+
43+
## Plugin-specific files:
44+
45+
# IntelliJ
46+
/out/
47+
48+
49+

0 commit comments

Comments
 (0)