forked from fsbolero/Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaket.template
More file actions
24 lines (24 loc) · 1.09 KB
/
paket.template
File metadata and controls
24 lines (24 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
type file
id Bolero.Templates
authors IntelliFactory
description
A set of tools and libraries to run F# applications in WebAssembly using Blazor.
files
content/**/.config/* ==> content
content/**/.template.config/* ==> content
content/**/*.sln ==> content
content/**/nuget.config ==> content
content/**/paket.dependencies ==> content
content/**/*.fs ==> content
content/**/*.fsproj ==> content
content/**/*.html ==> content
content/**/*.cshtml ==> content
content/**/*.css ==> content
content/**/wwwroot/*.json ==> content
content/**/wwwroot/*.js ==> content
content/**/wwwroot/*.png ==> content
content/**/wwwroot/*.ico ==> content
content/**/data/*.json ==> content
!**/paket-files/**/*
!**/bin/**/*
!**/obj/**/*