Using git (or another revision control system) for KNIME workflows


 

For those interested:

I'm currently using a .gitignore file (see below), and commandline git. I tried to re-open workflows that were restored using just the files in the git repository, and KNIME never complained, so this seems to indicate that all the necessary information is backed up to git.

here's the contents of my .gitignore

## KNIME files
.knimeLock
.project
.savedWithData
workflowset.meta

## KNIME directories containing node data
internal/
port_*/
.metadata/
internalTables/

# Packages #
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

 

 

 

 

6 Likes