This functionality will help us to ignore certain files or folders using the standard way like .gitignore file.
The idea is that we may want to exclude node_modules from every monorepo package that we have and leave only the build in some cases.
Having .fireignore capabilities we can have a better control over ignoring files
fireConfig.excludes should combine each other with .fireignore so both configurations can be used at the same time.
For example if we have inside fireConfig.excludes an array with strings
This functionality will help us to ignore certain files or folders using the standard way like
.gitignore
file. The idea is that we may want to excludenode_modules
from every monorepo package that we have and leave only the build in some cases.Having
.fireignore
capabilities we can have a better control over ignoring filesfireConfig.excludes
should combine each other with.fireignore
so both configurations can be used at the same time.For example if we have inside
fireConfig.excludes
an array with stringsand inside
.fireignore
The final ignored folders will be