Skip to content

Commit

Permalink
Merge pull request #1472 from smilerz/updated_dockerignore
Browse files Browse the repository at this point in the history
updated .dockerignore
  • Loading branch information
vabene1111 authored Feb 3, 2022
2 parents ed852b3 + c5a4359 commit ed99da2
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
**/node_modules
npm-debug.log
Dockerfile*
docker-compose*
Expand All @@ -12,6 +12,21 @@ LICENSE
.env.template
.github
.idea
.prettierignore
LICENSE.md
docs
update.sh
update.sh
.pytest_cache
cookbook/tests
mediafiles
staticfiles
db.sqlite3
pytest.ini
vue/**/*.vue
vue/**/*.ts
**/.openapi-generator
mkdocs.yml
vue/babel.config*
vue/package.json
vue/tsconfig.json
vue/src/utils/openapi

0 comments on commit ed99da2

Please sign in to comment.