Can I exclude dot directory from deployment synchronization?

Answered

Hi.
I am using "Develop > Deployment > Sync with deployment to..."
It check file difference recursively.
I added excluded path, but some of them are not working.









The ".sass-cache" directory has many files and it takes a while. So I want to exclude it.
Other specified file are correctly excluded, but .sass-cache cannot be excluded.


Any ideas?
Thanks.

0
4 comments

What do you mean exacty by '.sass-cache cannot be excluded'?
Are contents of this folder really being downloaded on Sync, or you detect that it's not excluded by how long download takes?

If it's the second option, unfortunately, we don't exclude files from enumeration in case of FTP, here's the issue: https://youtrack.jetbrains.com/issue/WI-3268

0
Avatar
Permanently deleted user

Thank you for your reply.

> What do you mean exacty by '.sass-cache cannot be excluded'?

`.sass-cache` directory has many files, so loading takes long time.

I want to skip download of sync.

Can I skip? or not?

0

You can skip them from the upload/download process, but they can't be excluded from enumeration due to the issue I've posted in the previous message.

0
Avatar
Permanently deleted user

I understand.

Thank you Morozov.

0

Please sign in to leave a comment.