-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (46 loc) · 930 Bytes
/
.gitignore
File metadata and controls
53 lines (46 loc) · 930 Bytes
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
43
44
45
46
47
48
49
50
51
52
53
[Bb]in
obj
test-results
*.dll
*.deps.json
*.cache
*.suo
*.pdb
*.user
*TraceLog.xml
*.resharper
_Resharper.Caches*
TestResult.xml
*.VisualState.xml
*.g.cs
*.pidb
*.userprefs
!repositories.config
_NCrunch_*
*.favdoc
*.orig
.vs/
project.lock.json
SandcastleDocumentation/Help/
**/.idea/workspace.xml
**/.idea/tasks.xm
nCrunchTemp*
/src/framework/docs/
/src/framework/Documentation/Website/adoc-render-test/
/src/NCrunchDuplicateByDimensions
/src/TestUsingPluggableComponentCombinations
/src/Websites/Website/api/
/src/Websites/Website/node_modules/
/src/Websites/Website/package-lock.json
/src/Websites/Website/**/*.css.map
/src/Websites/Website/**/*.css
/src/Websites/Website/_site/
repomix*.xml
*.runtimeconfig.json
**/Debug/net*.*/**
**/Release/net*.*/**
/InternalsVisibleTo-Test-Results.log
/src/TestUsingPluggableComponentCombinations
/src/TestUsingPluggableComponentCombinations.defaults
/inspection-results.sarif
*.trx