-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (42 loc) · 953 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
# Text file backups
*~
# FOR ECLIPSE / ANDROID
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.ipr
*.iws
# .iml files are not needed, see
# http://stackoverflow.com/questions/25504982/is-it-mandatory-to-save-iml-files-in-version-control
*.iml
# IntelliJ IDEA local user file
# https://intellij-support.jetbrains.com/hc/en-us/articles/206827587-How-to-manage-projects-under-Version-Control-Systems
.idea/tasks.xml
.idea/workspace.xml
.idea/libraries
# Additional IDEA project files that are auto-generated just fine when opening the project
.idea/gradle.xml
.idea/misc.xml
.idea/vcs.xml
# Eclipse project files
.classpath
.project
# Android Studio
#.idea/workspace.xml
.gradle
.navigation
build/
.idea/runConfigurations.xml
.idea/*