Browse Source

Merge pull request #122 from Shumatsu/extensions

File extension bans
Kana 6 years ago
parent
commit
cbe73ed1ec
1 changed files with 9 additions and 1 deletions
  1. 9 1
      config.sample.js

+ 9 - 1
config.sample.js

@@ -41,9 +41,17 @@ module.exports = {
 		'.com',
 		'.com',
 		'.bat',
 		'.bat',
 		'.cmd',
 		'.cmd',
+		'.nt',
 		'.scr',
 		'.scr',
 		'.ps1',
 		'.ps1',
-		'.sh'
+		'.psm1',
+		'.sh',
+		'.bash',
+		'.bsh',
+		'.csh',
+		'.bash_profile',
+		'.bashrc',
+		'.profile'
 	],
 	],
 
 
 	// Uploads config
 	// Uploads config