Create locals file for local configuration and testing variables. Move variable-based files to a var folder.
This commit is contained in:
parent
c2537f78cd
commit
d8cc22ce80
3
.gitignore
vendored
3
.gitignore
vendored
@ -245,3 +245,6 @@ app.*.map.json
|
||||
|
||||
# Do not post secrets!
|
||||
secrets.dart
|
||||
|
||||
# Keep locals local.
|
||||
locals.dart
|
||||
|
3
lib/var/locals.dart.EXAMPLE
Normal file
3
lib/var/locals.dart.EXAMPLE
Normal file
@ -0,0 +1,3 @@
|
||||
// This file needs renamed `local.dart` if implemented.
|
||||
|
||||
const bool debug = false;
|
Loading…
x
Reference in New Issue
Block a user