-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
106 lines (89 loc) · 1.35 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[Oo]bjd/
[Oo]bj/
[Bb]in/
target/
artifacts/
/nuget/external/
/nuget/local/
/nuget/packages/
/build/packages/
/VersionGeneration/
project.lock.json
package-lock.json
*.nuget.props
*.nuget.targets
global.json
*.FunctionalTests/
*.NightWatchTests/
*.UnitTests/
# generated code by parallax
**/ConfigSchemas/Generated/
# ignore thumbnails created by windows
Thumbs.db
# vsmsbuild/other would generate dirs.sln, projhash* and slnhash*
all.sln
dirs.sln
dirs.opensdf
dirs.sdf
*.projhash*
*.slnhash*
# Ignore files build by Visual Studio
*.user
*.userosscache
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.sln.ide/
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
_ReSharper*/
*.ReSharper
*.ReSharper.user
*.pidb
*.userprefs
*.swp
*.DotSettings
!CalendarInsightsResharper.DotSettings
.vs/
.ntvs_analysis.dat
# output of the running tests
TestResults/
# SecurityCop logs that we can't redirect the output for
SecurityCopLog-*.txt
# Generated by Visual Studio
pingme.txt
msbuild.err
msbuild.sum
msbuild.wrn
msbuildd.err
msbuildd.sum
msbuildd.wrn
#GriffinAzure script outputs
sdk/tools/GriffinAzure/Output
.yarn-cache
/**/.npmrc
# Repo Tools Dir
.tools
# nuget pkgs
/**/Microsoft.Cortana.*.nupkg
node_modules
# docfx auto generated api files dir
docfx_project/api
# VI config
.viminfo
/agents/packages
/agents/**/*.Generated.cs
packages/
# vim stackdump
*.stackdump
.idea/
__pycache__/