* [pve-devel] [PATCH pve_flutter_frontend v2] gitignore: add generated dart files
@ 2025-04-24 13:30 Shan Shaji
2025-04-24 17:26 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Shan Shaji @ 2025-04-24 13:30 UTC (permalink / raw)
To: pve-devel; +Cc: Shan Shaji
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@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH pve_flutter_frontend v2] gitignore: add generated dart files
2025-04-24 13:30 [pve-devel] [PATCH pve_flutter_frontend v2] gitignore: add generated dart files Shan Shaji
@ 2025-04-24 17:26 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-04-24 17:26 UTC (permalink / raw)
To: pve-devel, pve-devel, Shan Shaji
On Thu, 24 Apr 2025 15:30:58 +0200, Shan Shaji wrote:
> 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.
>
> [...]
Applied, thanks!
[1/1] gitignore: add generated dart files
commit: 9eb672e7b101c02884ac93ba0b7a9e305d401bb3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-24 17:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-24 13:30 [pve-devel] [PATCH pve_flutter_frontend v2] gitignore: add generated dart files Shan Shaji
2025-04-24 17:26 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal