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

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

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

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