aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a281502
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,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