## NOTES
#
# Use this file to control what is added to the
# git-archives while making github releases.
# Note:
# - Add "export-ignore" after the file(s)/folders
#   that should not to be part of the release(s).
# Source:
# - https://stackoverflow.com/questions/50059612/how-to-ignore-some-files-in-release-with-git
# - https://git-scm.com/docs/git-archive#git-archive-export-ignore
# - https://git-scm.com/docs/gitattributes#_creating_an_archive
#
##------------------------------------------------------------------

images export-ignore
notebooks export-ignore

.archives export-ignore
.gitattributes export-ignore
.gitignore export-ignore
