forked from sawcheg/OpenXmlPowerTools.NetCore
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
42 lines (37 loc) · 739 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
*.exe
*.pdb
*.cache
*.dll
Thumbs.db
# output files from the OpenXmlPowerTools examples
**/DocumentAssembler/AssembledDoc.docx
**/DocumentAssembler01/AssembledDoc.docx
**/ChartUpdater01/Updated-Chart*
**/FormattingAssembler01/*out.docx
**/HtmlConverter01/*.html
**/HtmlConverter01/*_files
**/TextReplacer01/*out*
**/SpreadsheetWriter01/Test1.xlsx
**/SpreadsheetWriter02/Test2.xlsx
**/PivotTables01/NewPivot.xlsx
**/PivotTables01/QuarterlyPivot.xlsx
**/PivotTables01/QuarterlyUnitSalesWithPivot.xlsx
*.suo
*.user
*conflicted*
*FileListAbsolute.txt
*Settings.settings
[Bb]in/
[Oo]bj/
TestResults/
# NuGet Packages
*.nupkg
**/packages/*
*.lock.json
*.nuget.props
*.nuget.targets
# Visual Studio
.vs/
# JetBrains
.idea/
_ReSharper.Caches/