Skip to content

Commit

Permalink
Remove .browserslistrc, .editorconfig, .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Jul 3, 2024
1 parent 3dc6d23 commit 8379711
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions .browserslistrc

This file was deleted.

15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion docker/coyote/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8379711

Please sign in to comment.