diff --git a/.gitignore b/.gitignore index 9eed36f..a99e512 100644 --- a/.gitignore +++ b/.gitignore @@ -245,3 +245,6 @@ app.*.map.json # Do not post secrets! secrets.dart + +# Keep locals local. +locals.dart diff --git a/lib/var/locals.dart.EXAMPLE b/lib/var/locals.dart.EXAMPLE new file mode 100644 index 0000000..ebcea57 --- /dev/null +++ b/lib/var/locals.dart.EXAMPLE @@ -0,0 +1,3 @@ +// This file needs renamed `local.dart` if implemented. + +const bool debug = false; diff --git a/lib/secrets.dart.EXAMPLE b/lib/var/secrets.dart.EXAMPLE similarity index 100% rename from lib/secrets.dart.EXAMPLE rename to lib/var/secrets.dart.EXAMPLE