Ignore the app half's build outputs, which the last commit added

.gitignore covered the Rust half's target/ only, so `git add -A` swept in
about 190 files of Gradle intermediates -- caches, lint models, .class and
.dex files. Removed from tracking and ignored, in a new commit rather than
by rewriting what was already pushed.
This commit is contained in:
iris committed 2026-08-28 17:57:18 -04:00
1 parent 4e423bbfb0
commit 4de8bff5f2
196 files changed
+4 -2774

No files matched your search

+4
View File
@@ -1 +1,5 @@
server/target/
# Gradle build outputs for the app half.
app/build/
.gradle/