wide/.header.json

21 lines
407 B
JSON
Raw Normal View History

2014-11-12 18:10:11 +03:00
{
"Dir": ".",
"Template": ".header.txt",
"Includes": [
"*.go",
2014-11-13 06:54:52 +03:00
"*/*.go",
"static/css/*.css",
"static/js/*.js",
"static/js/overwrite/*.js"
2014-11-12 18:10:11 +03:00
],
"Excludes": [
"static/js/lib/*",
2017-11-14 14:40:26 +03:00
"static/user/*",
"vendor/**"
2014-11-12 18:10:11 +03:00
],
"UseDefaultExcludes": true,
"Properties": {
2019-05-17 06:28:50 +03:00
"Year": "2014-present",
"Owner": "b3log.org"
2014-11-12 18:10:11 +03:00
}
}