summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bdfa81c4e898c19cdb130ecf9d677fdb46df9ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Local configuration
local.properties
gradle-wrapper.properties

# Gradle
.gradle/
build/
gradle-app.setting
.gradletasknamecache

# IntelliJ
.idea/
*.iml

# Python
*.pyc

# Android studio's layout inspector captures
captures/

# A file created when launching android emulators
read-snapshot.txt