Skip to content

Commit

Permalink
don't sync files that are not needed for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rberrelleza committed Jan 9, 2025
1 parent 8ef9f6b commit a5e9073
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .oktetoignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
.github
.vscode
/*.png
/*.svg
LICENSE
/README.md
.gitignore

[deploy]
# we ignore all the source code since this is only needed during build
api
catalog
docs
frontend
rent
worker

# we re-include the chart folders because those are needed during deploy
!**/chart

0 comments on commit a5e9073

Please sign in to comment.