aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 08c6b56273980f6e146672940be99abaaf498b90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Build output and native-lib artifacts (rebuilt from source).
/out/
/build/
/app/build/
/app/src/main/jniLibs/
/rsync/work/
/rsync/*.tar.gz
/rsync/*.part.*

# Gradle and Android local config.
.gradle/
/.kotlin/
/.toolchains/
/local.properties

# Secrets: .gitignore is the secret manager.
*.keystore
*.jks
/keystore.properties

# Editor and OS noise.
*.swp
*~
.DS_Store