-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
81 lines (70 loc) · 1.15 KB
/
.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
*.iml
.gradle
.fleet
.idea/caches
.idea/libraries
.idea/encodings.xml
.idea/gradle.xml
.idea/misc.xml
.idea/modules.xml
.idea/migrations.xml
.idea/vcs.xml
.idea/workspace.xml
.idea/compiler.xml
/.idea/jarRepositories.xml
.idea/google-java-format.xml
.idea/shelf
.idea/modules/app/
.idea/deploymentTargetSelector.xml
.idea/other.xml
/.idea/git_toolbox_prj.xml
/.idea/uiDesigner.xml
/.idea/terminal.xml
/.idea/libraries-with-intellij-classes.xml
/.idea/inspectionProfiles/Project_Default.xml
.idea/.gitignore
.idea/rules_kotlin.iml
!.idea/runConfigurations
!.idea/runConfigurations.xml
!.idea/.name
/.aswb
/.ijwb
.DS_Store
/captures
.externalNativeBuild
# files for the dex VM
# Java class files
# generated files
bin/
gen/
out/
build/
!**/src/**/build/
/build
.ART
# Project files
# .idea/workspace.xml
# Local configuration file (sdk path, etc)
keystore.properties
local.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
.vscode/
# Bazel
bazel-*
databinding_info.bazelrc
tools/bazel
local.bazelrc
# Mkdocs
site/