How to exclude a path to be deployed when executing an action? #2712
-
Hi there, is there a way to exclude a folder to be deploye (let say something like ./images) when executing a compilation action? Something like Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
worksofliam
Jun 5, 2025
Replies: 1 comment 2 replies
-
@kraudy Yes. You can create a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kraudy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kraudy Yes. You can create a
.deployignore
, which you can list files for the deployment process to ignore, similar to a.gitignore
. Moving to Q&A.