-
Notifications
You must be signed in to change notification settings - Fork 175
/
.gitignore
107 lines (76 loc) · 2.54 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Gradle Cache for the project
.gradle
# Local Android SDK directory
local.properties
# Project build folder with Kotlin session data
build/
# Generated by Android Studio when running Layout Inspector or Method Tracing
captures/
# Generated by Android Studio for native builds
.externalNativeBuild
.cxx
# Decrypted private credentials
service-account-key.json
*.keystore
# JUnit and JaCoCo reports
/reports/
*/jacoco.exec
*.exec
# Automatically generated files by CI for releases
version.properties
release-notes.txt
###############
# /.idea folder
# https://www.droidcon.com/media-detail?video=362619508
###############
# Local backup of project files
/projectFilesBackup/
# Cached settings for asset import wizard from the last time it was used
**/.idea/assetWizardSettings.xml
# Cache of local project state
**/.idea/$CACHE_FILE$
# Checksum of all Gradle build files, prompts for local project
# sync when Gradle build changes are made
**/.idea/caches
# Code styling and formatting, should be shared with the team
# **/.idea/codeStyles/*.xml
# Compiler file types and bytecode target for the project
**/.idea/compiler.xml
# Dictionaries - collection of developer specific spell check ignores
# **/.idea/dictionaries
# Encoding for the project
# **/.idea/encodings.xml
# IDEA representation of Gradle module locations
**/.idea/gradle.xml
# IDEA representation of Gradle module locations stashed - usually from branch changes before project sync
**/.idea/gradle.xml-Stashed\ changes
# Lint rules to add or ignore checks - way to run lint the same on all machines
# **/.idea/inspectionProfiles
# Maven repository locations, local and remote. Local repositories are based on
# $USER_HOME$/Library/Android/sdk/extras
**/.idea/jarRepositories.xml
# Dependency metadata - managed by Gradle and therefore will be changed automatically
**/.idea/libraries
# IDEA index of all module *.iml files, autogenerated
**/.idea/modules.xml
# Used to change on every commit, related to Java version and obscure project data
**/.idea/misc.xml
# Where and how Navigation Graph renders navigation destinations
# **/.idea/navEditor.xml
# Experimental Android Studio rendering flags.
**/.idea/render.experimental.xml
# How the app is built and run or tested
# **/.idea/runConfigurations.xml
# How the project uses VCS
**/.idea/vcs.xml
# Developer specific caching of windows, editor tabs, where cursor is in files, etc.
**/.idea/workspace.xml
# Old filetype for IntelliJ project settings
*.iml
# Generated Java Class files
*.class
###############
# Mac OS
###############
.DS_Store
Icon\r