wide/.header.json

21 lines
417 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": {
"Year": "2014-2019",
2015-12-30 11:13:43 +03:00
"Owner": "b3log.org & hacpai.com"
2014-11-12 18:10:11 +03:00
}
}