.gradle/
build/
app/androidApp/build/
local.properties
.kotlin/
*.iml
.idea/
.DS_Store
server/target/
server/dev-updater.log

# Private key material. The server keeps this in $XDG_CONFIG_HOME by
# default; this catches a run pointed back into the repo with --certs.
certs/

# The added-apps list and the enrolled token hashes: machine-local
# absolute paths, and whatever this particular machine has been pointed
# at. Kept in $XDG_CONFIG_HOME by default, same as above -- this catches
# a run with --config. Nothing here is shareable.
config.ron

# A test project fails its build while this exists; see test-projects/README.md.
break-the-build

# Dead: the live list is config.ron, kept in $XDG_CONFIG_HOME. This one was
# an older format nothing reads, carrying one machine's absolute paths.
config.json
