diff options
author | xuri <xuri.me@gmail.com> | 2022-11-02 08:42:00 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-11-02 08:45:06 +0800 |
commit | db2d084ada1a08a48967506b2f1852062168deec (patch) | |
tree | 18334eb7de2deb65c822a51e1e435084831c8876 /.gitignore | |
parent | a410b22bdd50e9f212b0b454e5aed798e3476394 (diff) |
This closes #1204, breaking changes for add comments
- Allowing insert SVG format images
- Unit tests updated
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 |