Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 740806c16a67e7bd4d60ae884c27c88a1367e751 (plain)
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
bin/
obj/
.vs/
*.suo
*.user
_ReSharper.*
*.DS_Store
*.userprefs
*.pidb
*.vspx
*.psess
*.binlog
*.log
artifacts/
StyleCop.Cache
node_modules/
*.snk
.nuget
.r
.w
.deps
.env
.dotnet/
.tools/
launchSettings.json
.gradle/

# These files are generated by the build.
src/content/**/*.*proj
src/content/**/*.sln