diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f165fe4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.devcontainer/www/** binary diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index c956da4..0000000 --- a/babel.config.js +++ /dev/null @@ -1,6 +0,0 @@ -const plugins = [ - '@babel/plugin-proposal-class-properties', - ['@babel/plugin-proposal-decorators', { decoratorsBeforeExport: true }], -]; - -module.exports = { plugins }; \ No newline at end of file