Updated 8080 test machine README
This commit is contained in:
parent
34ddef0709
commit
49bcb1af62
4 changed files with 22 additions and 2 deletions
|
|
@ -186,7 +186,8 @@ var asNonDirectories = [
|
|||
];
|
||||
|
||||
/*
|
||||
* A list of plain-text file types that we want the server to serve up with mime-type "text/plain".
|
||||
* A list of plain-text file types that we want the server to serve up with mime-type "text/plain";
|
||||
* all extensions are lower-cased before being checked.
|
||||
*/
|
||||
var asExtsPlainText = [
|
||||
"65v",
|
||||
|
|
@ -194,6 +195,7 @@ var asExtsPlainText = [
|
|||
"bas",
|
||||
"hex",
|
||||
"inc",
|
||||
"mac",
|
||||
"map",
|
||||
"nasm",
|
||||
"txt"
|
||||
|
|
|
|||
Loading…
Reference in a new issue