Skip to content

Commit

Permalink
Ignore style linting in compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Oct 19, 2022
1 parent da1d5a5 commit a931352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
app/builds/assets
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ COPY .eslintrc.json ${APP_HOME}/.eslintrc.json
COPY .prettierignore ${APP_HOME}/.prettierignore
COPY .prettierrc ${APP_HOME}/.prettierrc
COPY .stylelintrc.json ${APP_HOME}/.stylelintrc.json
COPY .stylelintignore ${APP_HOME}/.stylelintignore

COPY .rspec ${APP_HOME}/.rspec
COPY spec ${APP_HOME}/spec

0 comments on commit a931352

Please sign in to comment.