This repository has been archived and is no longer maintained. The code is provided for historical reference and may contain unpatched or unknown vulnerabilities. It should not be used in production systems.
A repo for storing (smallish) data files used by FIS. It is not to be used directly but rather by certain fis modules.
Simply find (or create) an appropriate subdirectory in the data folder and add your file. Please don't add files which are bigger than a few dozen mb.
The following command is useful to avoid storing differences in binary files in git
Command to ignore index: git ls-files -z data/ | xargs -0 git update-index --skip-worktree