Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 4.6 KB

You have to be logged in to leave a comment. Sign In
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
  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. # User-specific files
  6. *.suo
  7. *.user
  8. *.userosscache
  9. *.sln.docstates
  10. *.vcxproj.filters
  11. # User-specific files (MonoDevelop/Xamarin Studio)
  12. *.userprefs
  13. # Build results
  14. [Dd]ebug/
  15. [Dd]ebugPublic/
  16. [Rr]elease/
  17. [Rr]eleases/
  18. x64/
  19. x86/
  20. bld/
  21. [Bb]in/
  22. [Oo]bj/
  23. [Ll]og/
  24. # Visual Studio 2015 cache/options directory
  25. .vs/
  26. # Uncomment if you have tasks that create the project's static files in wwwroot
  27. #wwwroot/
  28. # MSTest test Results
  29. [Tt]est[Rr]esult*/
  30. [Bb]uild[Ll]og.*
  31. # NUNIT
  32. *.VisualState.xml
  33. TestResult.xml
  34. # Build Results of an ATL Project
  35. [Dd]ebugPS/
  36. [Rr]eleasePS/
  37. dlldata.c
  38. # .NET Core
  39. project.lock.json
  40. project.fragment.lock.json
  41. artifacts/
  42. **/Properties/launchSettings.json
  43. *_i.c
  44. *_p.c
  45. *_i.h
  46. *.ilk
  47. *.meta
  48. *.obj
  49. *.pch
  50. *.pdb
  51. *.pgc
  52. *.pgd
  53. *.rsp
  54. *.sbr
  55. *.tlb
  56. *.tli
  57. *.tlh
  58. *.tmp
  59. *.tmp_proj
  60. *.log
  61. *.vspscc
  62. *.vssscc
  63. .builds
  64. *.pidb
  65. *.svclog
  66. *.scc
  67. # Chutzpah Test files
  68. _Chutzpah*
  69. # Visual C++ cache files
  70. ipch/
  71. *.aps
  72. *.ncb
  73. *.opendb
  74. *.opensdf
  75. *.sdf
  76. *.cachefile
  77. *.VC.db
  78. *.VC.VC.opendb
  79. # Visual Studio profiler
  80. *.psess
  81. *.vsp
  82. *.vspx
  83. *.sap
  84. # TFS 2012 Local Workspace
  85. $tf/
  86. # Guidance Automation Toolkit
  87. *.gpState
  88. # ReSharper is a .NET coding add-in
  89. _ReSharper*/
  90. *.[Rr]e[Ss]harper
  91. *.DotSettings.user
  92. # JustCode is a .NET coding add-in
  93. .JustCode
  94. # TeamCity is a build add-in
  95. _TeamCity*
  96. # DotCover is a Code Coverage Tool
  97. *.dotCover
  98. # Visual Studio code coverage results
  99. *.coverage
  100. *.coveragexml
  101. # NCrunch
  102. _NCrunch_*
  103. .*crunch*.local.xml
  104. nCrunchTemp_*
  105. # MightyMoose
  106. *.mm.*
  107. AutoTest.Net/
  108. # Web workbench (sass)
  109. .sass-cache/
  110. # Installshield output folder
  111. [Ee]xpress/
  112. # DocProject is a documentation generator add-in
  113. DocProject/buildhelp/
  114. DocProject/Help/*.HxT
  115. DocProject/Help/*.HxC
  116. DocProject/Help/*.hhc
  117. DocProject/Help/*.hhk
  118. DocProject/Help/*.hhp
  119. DocProject/Help/Html2
  120. DocProject/Help/html
  121. # Click-Once directory
  122. publish/
  123. # Publish Web Output
  124. *.[Pp]ublish.xml
  125. *.azurePubxml
  126. # TODO: Comment the next line if you want to checkin your web deploy settings
  127. # but database connection strings (with potential passwords) will be unencrypted
  128. *.pubxml
  129. *.publishproj
  130. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  131. # checkin your Azure Web App publish settings, but sensitive information contained
  132. # in these scripts will be unencrypted
  133. PublishScripts/
  134. # NuGet Packages
  135. *.nupkg
  136. # The packages folder can be ignored because of Package Restore
  137. **/packages/*
  138. # except build/, which is used as an MSBuild target.
  139. !**/packages/build/
  140. # Uncomment if necessary however generally it will be regenerated when needed
  141. #!**/packages/repositories.config
  142. # NuGet v3's project.json files produces more ignoreable files
  143. *.nuget.props
  144. *.nuget.targets
  145. # Microsoft Azure Build Output
  146. csx/
  147. *.build.csdef
  148. # Microsoft Azure Emulator
  149. ecf/
  150. rcf/
  151. # Windows Store app package directories and files
  152. AppPackages/
  153. BundleArtifacts/
  154. Package.StoreAssociation.xml
  155. _pkginfo.txt
  156. # Visual Studio cache files
  157. # files ending in .cache can be ignored
  158. *.[Cc]ache
  159. # but keep track of directories ending in .cache
  160. !*.[Cc]ache/
  161. # Others
  162. ClientBin/
  163. ~$*
  164. *~
  165. *.dbmdl
  166. *.dbproj.schemaview
  167. *.jfm
  168. *.pfx
  169. *.publishsettings
  170. node_modules/
  171. orleans.codegen.cs
  172. # Since there are multiple workflows, uncomment next line to ignore bower_components
  173. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  174. #bower_components/
  175. # RIA/Silverlight projects
  176. Generated_Code/
  177. # Backup & report files from converting an old project file
  178. # to a newer Visual Studio version. Backup files are not needed,
  179. # because we have git ;-)
  180. _UpgradeReport_Files/
  181. Backup*/
  182. UpgradeLog*.XML
  183. UpgradeLog*.htm
  184. # SQL Server files
  185. *.mdf
  186. *.ldf
  187. # Business Intelligence projects
  188. *.rdl.data
  189. *.bim.layout
  190. *.bim_*.settings
  191. # Microsoft Fakes
  192. FakesAssemblies/
  193. # GhostDoc plugin setting file
  194. *.GhostDoc.xml
  195. # Node.js Tools for Visual Studio
  196. .ntvs_analysis.dat
  197. # Visual Studio 6 build log
  198. *.plg
  199. # Visual Studio 6 workspace options file
  200. *.opt
  201. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  202. *.vbw
  203. # Visual Studio LightSwitch build output
  204. **/*.HTMLClient/GeneratedArtifacts
  205. **/*.DesktopClient/GeneratedArtifacts
  206. **/*.DesktopClient/ModelManifest.xml
  207. **/*.Server/GeneratedArtifacts
  208. **/*.Server/ModelManifest.xml
  209. _Pvt_Extensions
  210. # Paket dependency manager
  211. .paket/paket.exe
  212. paket-files/
  213. # FAKE - F# Make
  214. .fake/
  215. # JetBrains Rider
  216. .idea/
  217. *.sln.iml
  218. # CodeRush
  219. .cr/
  220. # Python Tools for Visual Studio (PTVS)
  221. __pycache__/
  222. *.pyc
  223. # Cake - Uncomment if you are using it
  224. # tools/
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...