From db2d084ada1a08a48967506b2f1852062168deec Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 2 Nov 2022 08:42:00 +0800 Subject: This closes #1204, breaking changes for add comments - Allowing insert SVG format images - Unit tests updated --- .gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 44b8b09..8bf9e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ +.DS_Store +.idea +*.json +*.out +*.test ~$*.xlsx +test/*.png +test/BadWorkbook.SaveAsEmptyStruct.xlsx +test/Encryption*.xlsx +test/excelize-* test/Test*.xlam test/Test*.xlsm test/Test*.xlsx test/Test*.xltm test/Test*.xltx -# generated files -test/Encryption*.xlsx -test/BadWorkbook.SaveAsEmptyStruct.xlsx -test/*.png -test/excelize-* -*.out -*.test -.idea -.DS_Store -- cgit v1.2.1