The minified JavaScript is effectively a binary artifact that we carry in the repo.
Signed-off-by: Anton Lundin <[email protected]> --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ca450ba..e7eb74e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .gitignore export-ignore .gitattributes export-ignore Documentation/*.html.git text=auto +theme/jquery.min.js binary -- 2.7.4 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
