Skip to content

Commit 2a9e9dc

Browse files
author
Kgothatso Ngako
committed
Add git ignore
1 parent c59ab58 commit 2a9e9dc

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Diff for: .gitignore

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

0 commit comments

Comments
 (0)