[pve-devel] [PATCH pve_flutter_frontend v2] gitignore: add generated dart files
Shan Shaji
s.shaji at proxmox.com
Thu Apr 24 15:30:58 CEST 2025
Omit `devtools_options.yaml` file and generated Dart files from
source control.
`devtools_options.yaml` is a config file for storing the extension
enablement states of Flutter DevTools. By adding
`devtools_options.yaml` as an entry in the `.gitignore` file, the
configurations will be for each developer.
Signed-off-by: Shan Shaji <s.shaji at proxmox.com>
---
changes since v1:
* fixed commit message line length
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 3c88cc5..5e91008 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
+
+*.g.dart
+devtools_options.yaml
\ No newline at end of file
--
2.39.5
More information about the pve-devel
mailing list