[Feature Request - Profile Manager]: manipulate .gitignore
helping to filter out useless files
#593
Labels
enhancement
New feature or request
to be funded
Requires financial support to be solved
triage
To be qualified, waiting for a project manager
Context
During Autumn 2024, we made a huge contribution to the Profile Manager project to make it more robust and integrate it with QDT to make it a kind of graphical editor for QDT profiles. See: WhereGroup/profile_manager#10.
Concretely, it's now possible to import/edit a QGIS profile and export it in a QDT compatible way:
Now, we're looking forward to continue the good work and improve the QDT integration within the plugin.
Description
QDT's profile tracking and recovery capabilities are based on Git, a powerful but complex tool often intimidating for non-technical users.
One key feature is the ability to filter tracked files and exclude them from version history using a
.gitignore
file. This is particularly useful for ignoring files generated by QGIS within a profile that should not be "pushed" to the QDT project.The current documentation explains this mechanism, but adding support to the plugin’s graphical interface would greatly enhance usability.
This could include:
When importing a QDT profile from an existing folder:
.gitignore
file and apply it when copying the profile.Option to generate a
.gitignore
file:Related links
Use Cases
Exporting the current QGIS profile with the Profile Manager plugin for QDT.
Visuals
No response
Before submitting
The text was updated successfully, but these errors were encountered: