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
1+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
52
6- # Custom
3+ # dotnet
4+ .env
75dist /
8- coverage /
9- package-lock.json
106App_Data /
117wwwroot /
12-
13- # User-specific files
14- * .suo
8+ .vscode /
9+ .idea /
1510* .user
16- * .userosscache
17- * .sln.docstates
11+ * .tsbuildinfo
12+ # sqlite
13+ .vs /
14+ bin /
15+ obj /
16+ * .db
17+ * .db-shm
18+ * .db-wal
19+ * .db-journal
20+ * .sqlite
21+ * .sqlite
22+ * .sqlite-shm
23+ * .sqlite-wal
24+ Configure.secrets.cs
25+ appsettings.Production. *
26+
27+ # dependencies
28+ node_modules /
29+ .pnp
30+ .pnp.js
1831
19- # User-specific files (MonoDevelop/Xamarin Studio)
20- * .userprefs
32+ # dotenv environment variable files
33+ .env
34+ .env.development.local
35+ .env.test.local
36+ .env.production.local
37+ .env.local
38+
39+ # Next.js build output
40+ .next
41+ out
42+
43+ # Nuxt.js build / generate output
44+ .nuxt
45+ dist
2146
2247# Build results
2348[Dd ]ebug /
@@ -26,272 +51,44 @@ wwwroot/
2651[Rr ]eleases /
2752x64 /
2853x86 /
54+ [Ww ][Ii ][Nn ]32 /
55+ [Aa ][Rr ][Mm ]/
56+ [Aa ][Rr ][Mm ]64 /
2957bld /
3058[Bb ]in /
3159[Oo ]bj /
3260[Ll ]og /
33-
34- # Visual Studio 2015 cache/options directory
35- .vs /
36- # Uncomment if you have tasks that create the project's static files in wwwroot
37- # wwwroot/
38-
39- # MSTest test Results
40- [Tt ]est [Rr ]esult * /
41- [Bb ]uild [Ll ]og. *
42-
43- # NUNIT
44- * .VisualState.xml
45- TestResult.xml
46-
47- # Build Results of an ATL Project
48- [Dd ]ebugPS /
49- [Rr ]eleasePS /
50- dlldata.c
61+ [Ll ]ogs /
5162
5263# .NET Core
5364project.lock.json
5465project.fragment.lock.json
5566artifacts /
56- # **/Properties/launchSettings.json
57-
58- * _i.c
59- * _p.c
60- * _i.h
61- * .ilk
62- * .meta
63- * .obj
64- * .pch
65- * .pdb
66- * .pgc
67- * .pgd
68- * .rsp
69- * .sbr
70- * .tlb
71- * .tli
72- * .tlh
73- * .tmp
74- * .tmp_proj
75- * .log
76- * .vspscc
77- * .vssscc
78- .builds
79- * .pidb
80- * .svclog
81- * .scc
82-
83- # Chutzpah Test files
84- _Chutzpah *
85-
86- # Visual C++ cache files
87- ipch /
88- * .aps
89- * .ncb
90- * .opendb
91- * .opensdf
92- * .sdf
93- * .cachefile
94- * .VC.db
95- * .VC.VC.opendb
96-
97- # Visual Studio profiler
98- * .psess
99- * .vsp
100- * .vspx
101- * .sap
102-
103- # TFS 2012 Local Workspace
104- $tf /
105-
106- # Guidance Automation Toolkit
107- * .gpState
108-
109- # ReSharper is a .NET coding add-in
110- _ReSharper * /
111- * . [Rr ]e [Ss ]harper
112- * .DotSettings.user
113-
114- # JustCode is a .NET coding add-in
115- .JustCode
116-
117- # TeamCity is a build add-in
118- _TeamCity *
119-
120- # DotCover is a Code Coverage Tool
121- * .dotCover
122-
123- # Visual Studio code coverage results
124- * .coverage
125- * .coveragexml
126-
127- # NCrunch
128- _NCrunch_ *
129- . * crunch * .local.xml
130- nCrunchTemp_ *
131-
132- # MightyMoose
133- * .mm. *
134- AutoTest.Net /
135-
136- # Web workbench (sass)
137- .sass-cache /
138-
139- # Installshield output folder
140- [Ee ]xpress /
14167
142- # DocProject is a documentation generator add-in
143- DocProject /buildhelp /
144- DocProject /Help /* .HxT
145- DocProject /Help /* .HxC
146- DocProject /Help /* .hhc
147- DocProject /Help /* .hhk
148- DocProject /Help /* .hhp
149- DocProject /Help /Html2
150- DocProject /Help /html
151-
152- # Click-Once directory
153- publish /
154-
155- # Publish Web Output
156- * . [Pp ]ublish.xml
157- * .azurePubxml
158- # TODO: Comment the next line if you want to checkin your web deploy settings
159- # but database connection strings (with potential passwords) will be unencrypted
160- * .pubxml
161- * .publishproj
162-
163- # Microsoft Azure Web App publish settings. Comment the next line if you want to
164- # checkin your Azure Web App publish settings, but sensitive information contained
165- # in these scripts will be unencrypted
166- PublishScripts /
68+ # ASP.NET Scaffolding
69+ ScaffoldingReadMe.txt
16770
16871# NuGet Packages
16972* .nupkg
170- # The packages folder can be ignored because of Package Restore
171- ** /packages /*
172- # except build/, which is used as an MSBuild target.
173- ! ** /packages /build /
174- # Uncomment if necessary however generally it will be regenerated when needed
175- # !**/packages/repositories.config
176- # NuGet v3's project.json files produces more ignorable files
177- * .nuget.props
178- * .nuget.targets
179-
180- # Microsoft Azure Build Output
181- csx /
182- * .build.csdef
73+ # NuGet Symbol Packages
74+ * .snupkg
18375
184- # Microsoft Azure Emulator
185- ecf /
186- rcf /
187-
188- # Windows Store app package directories and files
189- AppPackages /
190- BundleArtifacts /
191- Package.StoreAssociation.xml
192- _pkginfo.txt
193-
194- # Visual Studio cache files
195- # files ending in .cache can be ignored
196- * . [Cc ]ache
197- # but keep track of directories ending in .cache
198- ! * . [Cc ]ache /
76+ # dotenv environment variables file
77+ .env
19978
20079# Others
201- ClientBin /
20280~$ *
20381* ~
204- * .dbmdl
205- * .dbproj.schemaview
206- * .jfm
207- * .pfx
208- * .publishsettings
209- orleans.codegen.cs
210-
211- # Since there are multiple workflows, uncomment next line to ignore bower_components
212- # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
213- # bower_components/
214-
215- # RIA/Silverlight projects
216- Generated_Code /
217-
218- # Backup & report files from converting an old project file
219- # to a newer Visual Studio version. Backup files are not needed,
220- # because we have git ;-)
221- _UpgradeReport_Files /
222- Backup * /
223- UpgradeLog * .XML
224- UpgradeLog * .htm
225-
226- # SQL Server files
227- * .mdf
228- * .ldf
229- * .ndf
230-
231- # Business Intelligence projects
232- * .rdl.data
233- * .bim.layout
234- * .bim_ * .settings
235-
236- # Microsoft Fakes
237- FakesAssemblies /
238-
239- # GhostDoc plugin setting file
240- * .GhostDoc.xml
241-
242- # Node.js Tools for Visual Studio
243- .ntvs_analysis.dat
244- node_modules /
245-
246- # Typescript v1 declaration files
247- typings /
82+ CodeCoverage /
24883
249- # Visual Studio 6 build log
250- * .plg
84+ # MSBuild Binary and Structured Log
85+ * .binlog
25186
252- # Visual Studio 6 workspace options file
253- * .opt
254-
255- # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
256- * .vbw
257-
258- # Visual Studio LightSwitch build output
259- ** /* .HTMLClient /GeneratedArtifacts
260- ** /* .DesktopClient /GeneratedArtifacts
261- ** /* .DesktopClient /ModelManifest.xml
262- ** /* .Server /GeneratedArtifacts
263- ** /* .Server /ModelManifest.xml
264- _Pvt_Extensions
265-
266- # Paket dependency manager
267- .paket /paket.exe
268- paket-files /
269-
270- # FAKE - F# Make
271- .fake /
272-
273- # JetBrains Rider
274- .idea /
275- * .sln.iml
276-
277- # CodeRush
278- .cr /
279-
280- # Python Tools for Visual Studio (PTVS)
281- __pycache__ /
282- * .pyc
283-
284- # Cake - Uncomment if you are using it
285- # tools/**
286- # !tools/packages.config
287-
288- # Telerik's JustMock configuration file
289- * .jmconfig
87+ # MSTest test Results
88+ [Tt ]est [Rr ]esult * /
89+ [Bb ]uild [Ll ]og. *
29090
291- # BizTalk build output
292- * .btp.cs
293- * .btm.cs
294- * .odx.cs
295- * .xsd.cs
296- MyApp /Configure.secrets.cs
297- mise.toml
91+ # NUnit
92+ * .VisualState.xml
93+ TestResult.xml
94+ nunit- * .xml
0 commit comments