diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,14 +1,16 @@ # Build output and native-lib artifacts (rebuilt from source). /out/ +/build/ /app/build/ /app/src/main/jniLibs/ /rsync/work/ /rsync/*.tar.gz -/rsh/rsh +/rsync/*.part.* # Gradle and Android local config. .gradle/ /.kotlin/ +/.toolchains/ /local.properties # Secrets: .gitignore is the secret manager. |