Files
wg-app-link/.gitignore
T
iris 4de8bff5f2 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.
2026-08-28 17:57:18 -04:00

6 lines
77 B
Plaintext

server/target/
# Gradle build outputs for the app half.
app/build/
.gradle/