generated from arunkumar9t2/android-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
57 lines (50 loc) · 815 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
*.iml
.gradle
local.properties
.idea/caches
.idea/libraries
.idea/encodings.xml
.idea/gradle.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
.idea/compiler.xml
/.idea/jarRepositories.xml
.idea/shelf
.DS_Store
/build
/captures
.externalNativeBuild
# files for the dex VM
# Java class files
# generated files
bin/
gen/
out/
build/
.ART
# Project files
# .idea/workspace.xml
# Local configuration file (sdk path, etc)
keystore.properties
# Values file
values.properties
# Windows thumbnail db
# Idea non-crucial project fileS
*.iws
# Sandbox stuff
_sandbox
/rebel.xml
# VS Code stuff
.project
.classpath
.settings/
.settings.json
.idea/modules/app/
.idea/shelf/
.vscode/
site/
/.idea/uiDesigner.xml
/.idea/libraries-with-intellij-classes.xml
/.idea/inspectionProfiles/Project_Default.xml