.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.
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
server/target/
|
|
|
|
# Gradle build outputs for the app half.
|
|
app/build/
|
|
.gradle/
|