diff options
| -rw-r--r-- | config.sample.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config.sample.js b/config.sample.js index 6672883..e82dc67 100644 --- a/config.sample.js +++ b/config.sample.js @@ -41,9 +41,17 @@ module.exports = { '.com', '.bat', '.cmd', + '.nt', '.scr', '.ps1', - '.sh' + '.psm1', + '.sh', + '.bash', + '.bsh', + '.csh', + '.bash_profile', + '.bashrc', + '.profile' ], // Uploads config |