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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,9 @@ in the top-level composer.json file:
122
122
(optional, see [merge-scripts](#merge-scripts) below)
123
123
124
124
125
+
### exclude
126
+
The `exclude` setting can stop a single or multiple files from being used in the [include](#include) setting. Similar to `include`, this setting takes a pattern that follows `glob` rules.
127
+
125
128
### require
126
129
127
130
The `require` setting is identical to [`include`](#include) except when
0 commit comments