14 lines
234 B
Text
14 lines
234 B
Text
![]() |
# Patterns to ignore when building packages.
|
||
|
# This supports shell glob matching, relative path matching, and
|
||
|
# negation (prefixed with !). Only one pattern per line.
|
||
|
node_modules/
|
||
|
.git/
|
||
|
mocks/
|
||
|
*.js
|
||
|
package-lock.json
|
||
|
package.json
|
||
|
|
||
|
|
||
|
|
||
|
|