Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Glob syntax used by include and exclude in momentic.config.yaml.
include
exclude
momentic.config.yaml
.test.yaml
.module.yaml
*
**
some-dir/
some-dir
some-dir*
*.js
.js
!pattern
/**
dist/**
dist/
dist
dist/some-dir/**
dist/some-dir/
!dist
dist*
dist/*.js
!dist/*.js
dist/**/*.js
../scripts/**
scripts/
Was this page helpful?