This commit is contained in:
Dominik Tomasi 2017-08-17 15:15:38 +00:00 committed by GitHub
commit 883b5d1ded
1 changed files with 1 additions and 0 deletions

View File

@ -662,6 +662,7 @@ function getExcludedExtensions() {
return {
'.json': '.json',
'.node': 'node',
'.map': '.map',
};
}