Updating some config files

This commit is contained in:
root 2020-04-09 01:00:40 +00:00
parent e61d4187f2
commit 81cf77fb93
2 changed files with 1 additions and 6 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
.devcontainer/www/** binary

View File

@ -1,6 +0,0 @@
const plugins = [
'@babel/plugin-proposal-class-properties',
['@babel/plugin-proposal-decorators', { decoratorsBeforeExport: true }],
];
module.exports = { plugins };