Serve more files from the web server
This commit is contained in:
parent
08a18c0684
commit
478edd3f6c
1 changed files with 3 additions and 1 deletions
|
|
@ -179,8 +179,10 @@ var asNonDirectories = [
|
|||
*/
|
||||
var asExtsPlainText = [
|
||||
"65v",
|
||||
"asm",
|
||||
"bas",
|
||||
"hex",
|
||||
"inc",
|
||||
"map",
|
||||
"nasm",
|
||||
"txt"
|
||||
|
|
@ -231,7 +233,7 @@ var asFilesNonServed = [
|
|||
"logs",
|
||||
"node.log",
|
||||
"node_modules",
|
||||
"tests",
|
||||
// "tests", // not sure there's any reason to NOT display /tests, now that this is on GitHub
|
||||
"tmp",
|
||||
"users",
|
||||
"users.log",
|
||||
|
|
|
|||
Loading…
Reference in a new issue