Add *.dart to gitignore

Dart 3.8.0 and above generate the dart files
inside the same directory as the arb files
This commit is contained in:
2025-07-10 11:48:15 +02:00
parent 85e638c5ea
commit 47830db223

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.idea/ .idea/
.vscode/ .vscode/
*.dart