From 81cf77fb9330ffe635dd8ebed3f7fdb8dcced76b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Apr 2020 01:00:40 +0000 Subject: [PATCH] Updating some config files --- .gitattributes | 1 + babel.config.js | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 .gitattributes delete mode 100644 babel.config.js 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