Skip to content

Commit

Permalink
Streamline dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 5, 2024
1 parent 687c2c5 commit 7442302
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
node_modules
npm-debug.log
**

!/docs/
!/files/

!/client/.browserslistrc
!/client/.eslintrc.js
!/client/.tx/config
!/client/icomoon.json
!/client/jsconfig.json
!/client/package.json
!/client/package-lock.json
!/client/vue.config.js
!/client/bin/
!/client/docs/
!/client/public/
!/client/src/
!/client/transifex/

!/server/.npmrc
!/server/package.json
!/server/package-lock.json
!/server/Makefile
!/server/pm2.config.js
!/server/config/
!/server/docs/
!/server/lib/

0 comments on commit 7442302

Please sign in to comment.