Create locals file for local configuration and testing variables. Move variable-based files to a var folder.

This commit is contained in:
Hyperling 2025-04-25 08:19:41 -07:00
parent c2537f78cd
commit d8cc22ce80
3 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -245,3 +245,6 @@ app.*.map.json
# Do not post secrets!
secrets.dart
# Keep locals local.
locals.dart

View File

@ -0,0 +1,3 @@
// This file needs renamed `local.dart` if implemented.
const bool debug = false;