pdi-git-plugin
pdi-git-plugin copied to clipboard
`.gitignore` should be configurable from SpoonGit?
When connected to a File Repository, the Pentaho Metastore is stored at .meta
.
As shown in the picture below, git repository information is stored in the metastore.
You do not want to put gitdemo.xml
under the version control because it has user/env-specific information like this:
<id>directory</id>
<value>/Users/hiromu/.kettle/users/chrome/data/gitdemo</value>
<type>String</type>
When they are not version controlled, they remain at the Changed files list.
This can easily be resolved by ignoring these folders/files, however, editting .gitignore
is not always easy, e.g., for end-users of webSpoon.
Adding a menu like Config > Edit gitignore may be useful.