diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-21 07:32:28 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-21 07:32:28 -0700 |
commit | 6fc54af07b10742e883f3a39ef0114e55e6a36a0 (patch) | |
tree | d3bcd8ccb680bb1f9fa3eebf2d5c573a36c88994 /.gitignore | |
parent | 2ab32b6fa7c1e7f48badb347e5f5e74604428bbc (diff) | |
download | wix-6fc54af07b10742e883f3a39ef0114e55e6a36a0.tar.gz wix-6fc54af07b10742e883f3a39ef0114e55e6a36a0.tar.bz2 wix-6fc54af07b10742e883f3a39ef0114e55e6a36a0.zip |
Initialize repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 305 |
1 files changed, 305 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..77c2dccf --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,305 @@ | |||
1 | ## Ignore Visual Studio temporary files, build results, and | ||
2 | ## files generated by popular Visual Studio add-ons. | ||
3 | ## | ||
4 | ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | ||
5 | |||
6 | # User-specific files | ||
7 | *.suo | ||
8 | *.user | ||
9 | *.userosscache | ||
10 | *.sln.docstates | ||
11 | |||
12 | # User-specific files (MonoDevelop/Xamarin Studio) | ||
13 | *.userprefs | ||
14 | |||
15 | # Build results | ||
16 | [Dd]ebug/ | ||
17 | [Dd]ebugPublic/ | ||
18 | [Rr]elease/ | ||
19 | [Rr]eleases/ | ||
20 | x64/ | ||
21 | x86/ | ||
22 | bld/ | ||
23 | [Bb]in/ | ||
24 | [Oo]bj/ | ||
25 | [Ll]og/ | ||
26 | |||
27 | # VSCode | ||
28 | .vscode/ | ||
29 | |||
30 | # Visual Studio 2015 cache/options directory | ||
31 | .vs/ | ||
32 | # Uncomment if you have tasks that create the project's static files in wwwroot | ||
33 | #wwwroot/ | ||
34 | |||
35 | # MSTest test Results | ||
36 | [Tt]est[Rr]esult*/ | ||
37 | [Bb]uild[Ll]og.* | ||
38 | |||
39 | # NUNIT | ||
40 | *.VisualState.xml | ||
41 | TestResult.xml | ||
42 | |||
43 | # Build Results of an ATL Project | ||
44 | [Dd]ebugPS/ | ||
45 | [Rr]eleasePS/ | ||
46 | dlldata.c | ||
47 | |||
48 | # Benchmark Results | ||
49 | BenchmarkDotNet.Artifacts/ | ||
50 | |||
51 | # .NET Core | ||
52 | project.lock.json | ||
53 | project.fragment.lock.json | ||
54 | artifacts/ | ||
55 | **/Properties/launchSettings.json | ||
56 | |||
57 | *_i.c | ||
58 | *_p.c | ||
59 | *_i.h | ||
60 | *.ilk | ||
61 | *.meta | ||
62 | *.obj | ||
63 | *.pch | ||
64 | *.pdb | ||
65 | *.pgc | ||
66 | *.pgd | ||
67 | *.rsp | ||
68 | *.sbr | ||
69 | *.tlb | ||
70 | *.tli | ||
71 | *.tlh | ||
72 | *.tmp | ||
73 | *.tmp_proj | ||
74 | *.log | ||
75 | *.vspscc | ||
76 | *.vssscc | ||
77 | .builds | ||
78 | *.pidb | ||
79 | *.svclog | ||
80 | *.scc | ||
81 | |||
82 | # Chutzpah Test files | ||
83 | _Chutzpah* | ||
84 | |||
85 | # Visual C++ cache files | ||
86 | ipch/ | ||
87 | *.aps | ||
88 | *.ncb | ||
89 | *.opendb | ||
90 | *.opensdf | ||
91 | *.sdf | ||
92 | *.cachefile | ||
93 | *.VC.db | ||
94 | *.VC.VC.opendb | ||
95 | |||
96 | # Visual Studio profiler | ||
97 | *.psess | ||
98 | *.vsp | ||
99 | *.vspx | ||
100 | *.sap | ||
101 | |||
102 | # TFS 2012 Local Workspace | ||
103 | $tf/ | ||
104 | |||
105 | # Guidance Automation Toolkit | ||
106 | *.gpState | ||
107 | |||
108 | # ReSharper is a .NET coding add-in | ||
109 | _ReSharper*/ | ||
110 | *.[Rr]e[Ss]harper | ||
111 | *.DotSettings.user | ||
112 | |||
113 | # JustCode is a .NET coding add-in | ||
114 | .JustCode | ||
115 | |||
116 | # TeamCity is a build add-in | ||
117 | _TeamCity* | ||
118 | |||
119 | # DotCover is a Code Coverage Tool | ||
120 | *.dotCover | ||
121 | |||
122 | # AxoCover is a Code Coverage Tool | ||
123 | .axoCover/* | ||
124 | !.axoCover/settings.json | ||
125 | |||
126 | # Visual Studio code coverage results | ||
127 | *.coverage | ||
128 | *.coveragexml | ||
129 | |||
130 | # NCrunch | ||
131 | _NCrunch_* | ||
132 | .*crunch*.local.xml | ||
133 | nCrunchTemp_* | ||
134 | |||
135 | # MightyMoose | ||
136 | *.mm.* | ||
137 | AutoTest.Net/ | ||
138 | |||
139 | # Web workbench (sass) | ||
140 | .sass-cache/ | ||
141 | |||
142 | # Installshield output folder | ||
143 | [Ee]xpress/ | ||
144 | |||
145 | # DocProject is a documentation generator add-in | ||
146 | DocProject/buildhelp/ | ||
147 | DocProject/Help/*.HxT | ||
148 | DocProject/Help/*.HxC | ||
149 | DocProject/Help/*.hhc | ||
150 | DocProject/Help/*.hhk | ||
151 | DocProject/Help/*.hhp | ||
152 | DocProject/Help/Html2 | ||
153 | DocProject/Help/html | ||
154 | |||
155 | # Click-Once directory | ||
156 | publish/ | ||
157 | |||
158 | # Publish Web Output | ||
159 | *.[Pp]ublish.xml | ||
160 | *.azurePubxml | ||
161 | # Note: Comment the next line if you want to checkin your web deploy settings, | ||
162 | # but database connection strings (with potential passwords) will be unencrypted | ||
163 | *.pubxml | ||
164 | *.publishproj | ||
165 | |||
166 | # Microsoft Azure Web App publish settings. Comment the next line if you want to | ||
167 | # checkin your Azure Web App publish settings, but sensitive information contained | ||
168 | # in these scripts will be unencrypted | ||
169 | PublishScripts/ | ||
170 | |||
171 | # NuGet Packages | ||
172 | *.nupkg | ||
173 | # The packages folder can be ignored because of Package Restore | ||
174 | **/packages/* | ||
175 | # except build/, which is used as an MSBuild target. | ||
176 | !**/packages/build/ | ||
177 | # Uncomment if necessary however generally it will be regenerated when needed | ||
178 | #!**/packages/repositories.config | ||
179 | # NuGet v3's project.json files produces more ignorable files | ||
180 | *.nuget.props | ||
181 | *.nuget.targets | ||
182 | |||
183 | # Microsoft Azure Build Output | ||
184 | csx/ | ||
185 | *.build.csdef | ||
186 | |||
187 | # Microsoft Azure Emulator | ||
188 | ecf/ | ||
189 | rcf/ | ||
190 | |||
191 | # Windows Store app package directories and files | ||
192 | AppPackages/ | ||
193 | BundleArtifacts/ | ||
194 | Package.StoreAssociation.xml | ||
195 | _pkginfo.txt | ||
196 | *.appx | ||
197 | |||
198 | # Visual Studio cache files | ||
199 | # files ending in .cache can be ignored | ||
200 | *.[Cc]ache | ||
201 | # but keep track of directories ending in .cache | ||
202 | !*.[Cc]ache/ | ||
203 | |||
204 | # Others | ||
205 | ClientBin/ | ||
206 | ~$* | ||
207 | *~ | ||
208 | *.dbmdl | ||
209 | *.dbproj.schemaview | ||
210 | *.jfm | ||
211 | *.pfx | ||
212 | *.publishsettings | ||
213 | orleans.codegen.cs | ||
214 | |||
215 | # Since there are multiple workflows, uncomment next line to ignore bower_components | ||
216 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) | ||
217 | #bower_components/ | ||
218 | |||
219 | # RIA/Silverlight projects | ||
220 | Generated_Code/ | ||
221 | |||
222 | # Backup & report files from converting an old project file | ||
223 | # to a newer Visual Studio version. Backup files are not needed, | ||
224 | # because we have git ;-) | ||
225 | _UpgradeReport_Files/ | ||
226 | Backup*/ | ||
227 | UpgradeLog*.XML | ||
228 | UpgradeLog*.htm | ||
229 | |||
230 | # SQL Server files | ||
231 | *.mdf | ||
232 | *.ldf | ||
233 | *.ndf | ||
234 | |||
235 | # Business Intelligence projects | ||
236 | *.rdl.data | ||
237 | *.bim.layout | ||
238 | *.bim_*.settings | ||
239 | |||
240 | # Microsoft Fakes | ||
241 | FakesAssemblies/ | ||
242 | |||
243 | # GhostDoc plugin setting file | ||
244 | *.GhostDoc.xml | ||
245 | |||
246 | # Node.js Tools for Visual Studio | ||
247 | .ntvs_analysis.dat | ||
248 | node_modules/ | ||
249 | |||
250 | # Typescript v1 declaration files | ||
251 | typings/ | ||
252 | |||
253 | # Visual Studio 6 build log | ||
254 | *.plg | ||
255 | |||
256 | # Visual Studio 6 workspace options file | ||
257 | *.opt | ||
258 | |||
259 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) | ||
260 | *.vbw | ||
261 | |||
262 | # Visual Studio LightSwitch build output | ||
263 | **/*.HTMLClient/GeneratedArtifacts | ||
264 | **/*.DesktopClient/GeneratedArtifacts | ||
265 | **/*.DesktopClient/ModelManifest.xml | ||
266 | **/*.Server/GeneratedArtifacts | ||
267 | **/*.Server/ModelManifest.xml | ||
268 | _Pvt_Extensions | ||
269 | |||
270 | # Paket dependency manager | ||
271 | .paket/paket.exe | ||
272 | paket-files/ | ||
273 | |||
274 | # FAKE - F# Make | ||
275 | .fake/ | ||
276 | |||
277 | # JetBrains Rider | ||
278 | .idea/ | ||
279 | *.sln.iml | ||
280 | |||
281 | # CodeRush | ||
282 | .cr/ | ||
283 | |||
284 | # Python Tools for Visual Studio (PTVS) | ||
285 | __pycache__/ | ||
286 | *.pyc | ||
287 | |||
288 | # Cake - Uncomment if you are using it | ||
289 | # tools/** | ||
290 | # !tools/packages.config | ||
291 | |||
292 | # Tabs Studio | ||
293 | *.tss | ||
294 | |||
295 | # Telerik's JustMock configuration file | ||
296 | *.jmconfig | ||
297 | |||
298 | # BizTalk build output | ||
299 | *.btp.cs | ||
300 | *.btm.cs | ||
301 | *.odx.cs | ||
302 | *.xsd.cs | ||
303 | |||
304 | # OpenCover UI analysis results | ||
305 | OpenCover/ \ No newline at end of file | ||