From 47830db2237e2ab1d023482c3cf4ee41c49d2863 Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Thu, 10 Jul 2025 11:48:15 +0200 Subject: [PATCH] Add *.dart to gitignore Dart 3.8.0 and above generate the dart files inside the same directory as the arb files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a95508..70d9a30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ -.vscode/ \ No newline at end of file +.vscode/ +*.dart \ No newline at end of file