Skip to content

Commit 7d65bd0

Browse files
author
Shushant
committed
Added .gitignore
1 parent b692989 commit 7d65bd0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Created by .gitignore support plugin (hsz.mobi)
2+
### Android template
3+
# Built application files
4+
*.apk
5+
*.ap_
6+
7+
# Files for the Dalvik VM
8+
*.dex
9+
10+
# Java class files
11+
*.class
12+
13+
# Generated files
14+
bin/
15+
gen/
16+
17+
# Gradle files
18+
.gradle/
19+
build/
20+
.idea/
21+
22+
# Local configuration file (sdk path, etc)
23+
local.properties
24+
25+
# Proguard folder generated by Eclipse
26+
proguard/
27+
proguard_logs/
28+
29+
# Log Files
30+
*.log
31+

0 commit comments

Comments
 (0)