You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains tests and configuration files, non required for testing or usage of the plugin.
The deploy action would use either:
.disignore
.gitattributes
To exclude files that are going to be deployed so we can safely move .disignore to .gitattributes one of the things to consider is when moving the content into .gitattributes is the fact that the setting export-ignore should be added after each file for example:
/.git export-ignore
/node_modules export-ignore
export-ignore
Files and directories with the attribute export-ignore wonβt be added to archive files.