Skip to content

Commit

Permalink
extend dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 10, 2024
1 parent c8d6311 commit 25530f5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
docs/*
keep-ui/node_modules
keep-ui/.next/*
keep-ui/.env.local
**/node_modules
keep-ui/
tests/
**/__pycache__
*.pyc
.git
.venv/
.vercel/
.vscode/
Expand Down

0 comments on commit 25530f5

Please sign in to comment.