Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c281ed + 8cb2e35 commit 2cf20f5Copy full SHA for 2cf20f5
service_container/3.3-di-changes.rst
@@ -194,7 +194,7 @@ each service or load them all at once with this method.
194
195
Ok, but can I exclude some paths that I *know* won't contain services?
196
197
-Yes! The ``exclude`` key is a glob pattern that can be used to *blacklist* paths
+Yes! The ``exclude`` key is a glob pattern that can be used to *ignore* paths
198
that you do *not* want to be included as services. But, since unused services are
199
automatically removed from the container, ``exclude`` is not that important. The
200
biggest benefit is that those paths are not *tracked* by the container, and so may
0 commit comments