From c9bbe229faf2ca60a7001ab32e03c01e9eb9bb0d Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 7 Aug 2024 19:09:52 +0800 Subject: [PATCH] chore: add false_secrets to .gitignore --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 95e58cc..b21f2ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,3 +9,6 @@ dev_dependencies: environment: sdk: ">=2.12.0 <3.0.0" + +false_secrets: + - /credentials.json \ No newline at end of file