diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index a122c4f91..000000000 --- a/.browserslistrc +++ /dev/null @@ -1,2 +0,0 @@ -> 0.25% in PL -not dead diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 5f3e6b736..000000000 --- a/.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 4 -trim_trailing_whitespace = true - -[*.{scss,yaml,yml,vue,twig,js,ts,json}] -indent_size = 2 - -[Makefile] -indent_style = tab \ No newline at end of file diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 176a458f9..000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto diff --git a/docker/coyote/Dockerfile b/docker/coyote/Dockerfile index 7785b4def..4f4c1e4b1 100644 --- a/docker/coyote/Dockerfile +++ b/docker/coyote/Dockerfile @@ -3,7 +3,7 @@ FROM 4programmers/php-node:8.3.2 as backend USER root WORKDIR /app -COPY package.json yarn.lock babel.config.js .browserslistrc webpack.common.js webpack.dev.js webpack.prod.js tsconfig.json /app/ +COPY package.json yarn.lock babel.config.js webpack.common.js webpack.dev.js webpack.prod.js tsconfig.json /app/ RUN yarn install COPY webpack.common.js webpack.dev.js webpack.prod.js /app/