-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
48 lines (41 loc) · 1.08 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
.DS_STORE
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
# https://www.toptal.com/developers/gitignore/api/jetbrains
# IntelliJ
*.iml
.idea/shelf
.idea/modules.xml
.idea/caches
.idea/misc.xml
# Original recommended exclusion list:
.idea/workspace.xml
.idea/tasks.xml
#.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
## Android Studio 3 in .gitignore file.
#.idea/caches
#.idea/modules.xml
## Comment next line if keeping position of elements in Navigation Editor is relevant for you
#.idea/navEditor.xml
#
# Version control
#vcs.xml
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
# .idea/modules.xml # duplicated above
.idea/*.iml
.idea/modules
# *.iml # duplicated above
*.ipr