Deployment wildcard exclude
As an example, I want Thumbs.db files never to be uploaded. Is it possible to:
- Use wildcards to exclude them everywhere like */Thumbs.db
- Specify this exclusion somewhere that affects all deployments? Global config?
请先登录再写评论。
Hello!
yes, you can use wildcards when excluding file by name. See http://www.jetbrains.com/webstorm/webhelp/excluding-files-and-folders-from-deployment.html#exclude_by_name
These settings are project-specific
Best regards,
Lena