-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
322 lines (319 loc) · 9.17 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
##frontend/# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
##frontend/# dependencies
frontend/node_modules
frontend/.pnp
frontend/.pnp.js
frontend/.yarn/install-state.gz
##frontend/# testing
frontend/coverage
##frontend/# next.js
frontend/.next/
frontend/out/
##frontend/# production
frontend/build
##frontend/# misc
frontend/.DS_Store
frontend/*.pem
##frontend/# debug
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/# local env files
frontend/.env*.local
##frontend/# vercel
frontend/.vercel
##frontend/# typescript
frontend/*.tsbuildinfo
frontend/next-env.d.ts
####GraphQL/## Ignore Visual Studio temporary files, build results, and
####GraphQL/## files generated by popular Visual Studio add-ons.
####GraphQL/##
####GraphQL/## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
####GraphQL/# User-specific files
GraphQL/*.rsuser
GraphQL/*.suo
GraphQL/*.user
GraphQL/*.userosscache
GraphQL/*.sln.docstates
####GraphQL/# User-specific files (MonoDevelop/Xamarin Studio)
GraphQL/*.userprefs
####GraphQL/# Mono auto generated files
GraphQL/mono_crash.*
####GraphQL/# Build results
GraphQL/[Dd]ebug/
GraphQL/[Dd]ebugPublic/
GraphQL/[Rr]elease/
GraphQL/[Rr]eleases/
GraphQL/x64/
GraphQL/x86/
GraphQL/[Ww][Ii][Nn]32/
GraphQL/[Aa][Rr][Mm]/
GraphQL/[Aa][Rr][Mm]64/
GraphQL/bld/
GraphQL/[Bb]in/
GraphQL/[Oo]bj/
GraphQL/[Oo]ut/
GraphQL/[Ll]og/
GraphQL/[Ll]ogs/
####GraphQL/# Visual Studio 2015/2017 cache/options directory
GraphQL/.vs/
####GraphQL/# Uncomment if you have tasks that create the project's static files in wwwroot
####GraphQL/#wwwroot/
####GraphQL/# Visual Studio 2017 auto generated files
GraphQL/Generated\ Files/
v##GraphQL/# MSTest test Results
GraphQL/[Tt]est[Rr]esult*/
GraphQL/[Bb]uild[Ll]og.*
####GraphQL/# NUnit
GraphQL/*.VisualState.xml
GraphQL/TestResult.xml
GraphQL/nunit-*.xml
####GraphQL/# Build Results of an ATL Project
GraphQL/[Dd]ebugPS/
GraphQL/[Rr]eleasePS/
GraphQL/dlldata.c
####GraphQL/# Benchmark Results
GraphQL/BenchmarkDotNet.Artifacts/
####GraphQL/# .NET Core
GraphQL/project.lock.json
GraphQL/project.fragment.lock.json
GraphQL/artifacts/
####GraphQL/# ASP.NET Scaffolding
GraphQL/ScaffoldingReadMe.txt
####GraphQL/# StyleCop
GraphQL/StyleCopReport.xml
####GraphQL/# Files built by Visual Studio
GraphQL/*_i.c
GraphQL/*_p.c
GraphQL/*_h.h
GraphQL/*.ilk
GraphQL/*.meta
GraphQL/*.obj
GraphQL/*.iobj
GraphQL/*.pch
GraphQL/*.pdb
GraphQL/*.ipdb
GraphQL/*.pgc
GraphQL/*.pgd
GraphQL/*.rsp
GraphQL/*.sbr
GraphQL/*.tlb
GraphQL/*.tli
GraphQL/*.tlh
GraphQL/*.tmp
GraphQL/*.tmp_proj
GraphQL/*_wpftmp.csproj
GraphQL/*.log
GraphQL/*.vspscc
GraphQL/*.vssscc
GraphQL/.builds
GraphQL/*.pidb
GraphQL/*.svclog
GraphQL/*.scc
####GraphQL/# Chutzpah Test files
GraphQL/_Chutzpah*
####GraphQL/# Visual C++ cache files
GraphQL/ipch/
GraphQL/*.aps
GraphQL/*.ncb
GraphQL/*.opendb
GraphQL/*.opensdf
GraphQL/*.sdf
GraphQL/*.cachefile
GraphQL/*.VC.db
GraphQL/*.VC.VC.opendb
####GraphQL/# Visual Studio profiler
GraphQL/*.psess
GraphQL/*.vsp
GraphQL/*.vspx
GraphQL/*.sap
####GraphQL/# Visual Studio Trace Files
GraphQL/*.e2e
####GraphQL/# TFS 2012 Local Workspace
GraphQL/$tf/
####GraphQL/# Guidance Automation Toolkit
GraphQL/*.gpState
####GraphQL/# ReSharper is a .NET coding add-in
GraphQL/_ReSharper*/
GraphQL/*.[Rr]e[Ss]harper
GraphQL/*.DotSettings.user
####GraphQL/# TeamCity is a build add-in
GraphQL/_TeamCity*
####GraphQL/# DotCover is a Code Coverage Tool
GraphQL/*.dotCover
####GraphQL/# AxoCover is a Code Coverage Tool
GraphQL/.axoCover/*
GraphQL/!.axoCover/settings.json
####GraphQL/# Coverlet is a free, cross platform Code Coverage Tool
GraphQL/coverage*.json
GraphQL/coverage*.xml
GraphQL/coverage*.info
####GraphQL/# Visual Studio code coverage results
GraphQL/*.coverage
GraphQL/*.coveragexml
####GraphQL/# NCrunch
GraphQL/_NCrunch_*
GraphQL/.*crunch*.local.xml
GraphQL/nCrunchTemp_*
####GraphQL/# MightyMoose
GraphQL/*.mm.*
GraphQL/AutoTest.Net/
####GraphQL/# Web workbench (sass)
GraphQL/.sass-cache/
##GraphQL/# Installshield output folder
GraphQL/[Ee]xpress/
####GraphQL/# DocProject is a documentation generator add-in
GraphQL/DocProject/buildhelp/
GraphQL/DocProject/Help/*.HxT
GraphQL/DocProject/Help/*.HxC
GraphQL/DocProject/Help/*.hhc
GraphQL/DocProject/Help/*.hhk
GraphQL/DocProject/Help/*.hhp
GraphQL/DocProject/Help/Html2
GraphQL/DocProject/Help/html
##GraphQL/# Click-Once directory
GraphQL/publish/
##GraphQL/# Publish Web Output
GraphQL/*.[Pp]ublish.xml
GraphQL/*.azurePubxml
##GraphQL/# Note: Comment the next line if you want to checkin your web deploy settings,
##GraphQL/# but database connection strings (with potential passwords) will be unencrypted
GraphQL/*.pubxml
GraphQL/*.publishproj
##GraphQL/# Microsoft Azure Web App publish settings. Comment the next line if you want to
##GraphQL/# checkin your Azure Web App publish settings, but sensitive information contained
##GraphQL/# in these scripts will be unencrypted
GraphQL/PublishScripts/
##GraphQL/# NuGet Packages
GraphQL/*.nupkg
##GraphQL/# NuGet Symbol Packages
GraphQL/*.snupkg
##GraphQL/# The packages folder can be ignored because of Package Restore
GraphQL/**/[Pp]ackages/*
##GraphQL/# except build/, which is used as an MSBuild target.
GraphQL/!**/[Pp]ackages/build/
##GraphQL/# Uncomment if necessary however generally it will be regenerated when needed
##GraphQL/#!**/[Pp]ackages/repositories.config
##GraphQL/# NuGet v3's project.json files produces more ignorable files
GraphQL/*.nuget.props
GraphQL/*.nuget.targets
##GraphQL/# Microsoft Azure Build Output
GraphQL/csx/
GraphQL/*.build.csdef
##GraphQL/# Microsoft Azure Emulator
GraphQL/ecf/
GraphQL/rcf/
##GraphQL/# Windows Store app package directories and files
GraphQL/AppPackages/
GraphQL/BundleArtifacts/
GraphQL/Package.StoreAssociation.xml
GraphQL/_pkginfo.txt
GraphQL/*.appx
GraphQL/*.appxbundle
GraphQL/*.appxupload
##GraphQL/# Visual Studio cache files
##GraphQL/# files ending in .cache can be ignored
GraphQL/*.[Cc]ache
##GraphQL/# but keep track of directories ending in .cache
GraphQL/!?*.[Cc]ache/
##GraphQL/# Others
GraphQL/ClientBin/
GraphQL/~$*
GraphQL/*~
GraphQL/*.dbmdl
GraphQL/*.dbproj.schemaview
GraphQL/*.jfm
GraphQL/*.pfx
GraphQL/*.publishsettings
GraphQL/orleans.codegen.cs
##GraphQL/# Including strong name files can present a security risk
##GraphQL/# (https://github.com/github/gitignore/pull/2483#issue-259490424)
##GraphQL/#*.snk
##GraphQL/# Since there are multiple workflows, uncomment next line to ignore bower_components
##GraphQL/# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
##GraphQL/#bower_components/
##GraphQL/# RIA/Silverlight projects
GraphQL/Generated_Code/
##GraphQL/# Backup & report files from converting an old project file
##GraphQL/# to a newer Visual Studio version. Backup files are not needed,
##GraphQL/# because we have git ;-)
GraphQL/_UpgradeReport_Files/
GraphQL/Backup*/
GraphQL/UpgradeLog*.XML
GraphQL/UpgradeLog*.htm
GraphQL/ServiceFabricBackup/
GraphQL/*.rptproj.bak
##GraphQL/# SQL Server files
GraphQL/*.mdf
GraphQL/*.ldf
GraphQL/*.ndf
##GraphQL/# Business Intelligence projects
GraphQL/*.rdl.data
GraphQL/*.bim.layout
GraphQL/*.bim_*.settings
GraphQL/*.rptproj.rsuser
GraphQL/*- [Bb]ackup.rdl
GraphQL/*- [Bb]ackup ([0-9]).rdl
GraphQL/*- [Bb]ackup ([0-9][0-9]).rdl
##GraphQL/# Microsoft Fakes
GraphQL/FakesAssemblies/
##GraphQL/# GhostDoc plugin setting file
GraphQL/*.GhostDoc.xml
##GraphQL/# Node.js Tools for Visual Studio
GraphQL/.ntvs_analysis.dat
GraphQL/node_modules/
##GraphQL/# Visual Studio 6 build log
GraphQL/*.plg
##GraphQL/# Visual Studio 6 workspace options file
GraphQL/*.opt
##GraphQL/# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
GraphQL/*.vbw
##GraphQL/# Visual Studio LightSwitch build output
GraphQL/**/*.HTMLClient/GeneratedArtifacts
GraphQL/**/*.DesktopClient/GeneratedArtifacts
GraphQL/**/*.DesktopClient/ModelManifest.xml
GraphQL/**/*.Server/GeneratedArtifacts
GraphQL/**/*.Server/ModelManifest.xml
GraphQL/_Pvt_Extensions
##GraphQL/# Paket dependency manager
GraphQL/.paket/paket.exe
GraphQL/paket-files/
##GraphQL/# FAKE - F# Make
GraphQL/.fake/
##GraphQL/# CodeRush personal settings
GraphQL/.cr/personal
##GraphQL/# Python Tools for Visual Studio (PTVS)
GraphQL/__pycache__/
GraphQL/*.pyc
##GraphQL/# Cake - Uncomment if you are using it
##GraphQL/# tools/**
##GraphQL/# !tools/packages.config
##GraphQL/# Tabs Studio
GraphQL/*.tss
##GraphQL/# Telerik's JustMock configuration file
GraphQL/*.jmconfig
##GraphQL/# BizTalk build output
GraphQL/*.btp.cs
GraphQL/*.btm.cs
GraphQL/*.odx.cs
GraphQL/*.xsd.cs
##GraphQL/# OpenCover UI analysis results
GraphQL/OpenCover/
##GraphQL/# Azure Stream Analytics local run output
GraphQL/ASALocalRun/
##GraphQL/# MSBuild Binary and Structured Log
GraphQL/*.binlog
##GraphQL/# NVidia Nsight GPU debugger configuration file
GraphQL/*.nvuser
##GraphQL/# MFractors (Xamarin productivity tool) working folder
GraphQL/.mfractor/
##GraphQL/# Local History for Visual Studio
GraphQL/.localhistory/
##GraphQL/# BeatPulse healthcheck temp database
GraphQL/healthchecksdb
##GraphQL/# Backup folder for Package Reference Convert tool in Visual Studio 2017
GraphQL/MigrationBackup/
##GraphQL/# Ionide (cross platform F# VS Code tools) working folder
GraphQL/.ionide/
##GraphQL/# Fody - auto-generated XML schema
GraphQL/FodyWeavers.xsd