From af44d5c91f8618f12b8a8c85b0784ecd92735f58 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sun, 18 Feb 2024 15:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Ignore=20files=20that=20should?= =?UTF-8?q?=20not=20being=20version-controlled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ac98e87d12..b1696ff164 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ +.idea/ +.vscode/ + # Don’t commit the following directories created by pub. .dart_tool .packages pubspec.lock +pubspec_overrides.yaml