-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
141 lines (114 loc) · 2.65 KB
/
.gitignore
File metadata and controls
141 lines (114 loc) · 2.65 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww]in32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Bb]uild[Ll]og.htm
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject
DocProject/buildhelp/
DocProject/Help/Html2/
DocProject/Help/html/
# Click-Once directory
publish/
# Publish Web Output
*.pubxml
*.pubxml.user
Properties/PublishProfiles/
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your azure publish settings, but sensitive information contained in
# these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be excluded if Package Restore is turned on in VS
# packages/
# !packages/build/
# If needed, uncomment the declarations below to not ignore content.
# !packages/Microsoft.AspNet.Mvc.4.0.20710.0/content/
# !packages/Microsoft.AspNet.Mvc.5.2.3/content/
# !packages/Microsoft.AspNet.Razor.2.0.20710.0/content/
# !packages/Microsoft.AspNet.Web.Optimization.1.1.0/content/
# !packages/Microsoft.AspNet.WebPages.2.0.20710.0/content/
# !packages/Microsoft.Web.Infrastructure.1.0.0.0/content/
# !packages/Newtonsoft.Json.4.5.6/content/
# !packages/Newtonsoft.Json.5.0.1/content/
# Common Windows virtual machine files
# ===================================================================
# Thumbs file
Thumbs.db
# Folder config file
Desktop.ini
# Redis
SessionBundle/
# Visual Studio Code
.vscode/
*.lscache
# Other
*.log
# AppSettings
WebApplication1/appsettings.json
WebApplication1/appsettings.Development.json
ChuckieHelper/appsettings.json
ChuckieHelper/appsettings.Development.json
WebApplication1/hangfire.db
WebApplication1/hangfire.db-shm
WebApplication1/hangfire.db-wal
# ChuckieHelper project (excluded from public repo)
ChuckieHelper/
WebApplication1/.config/dotnet-tools.json
# codex: local build artifacts
.vs/
**/.vs/
[Bb]in/
[Oo]bj/
**/[Bb]in/
**/[Oo]bj/
node_modules/
**/node_modules/
# codex: end local build artifacts