Files
nimbus/.gitattributes
Mazen Touati e1fe4eefeb chore: wiki and artificats cleanups (#56)
* chore: document OpenAPI support

* chore: update readme

* refactor: use scrollArea wherever applicable

* chore: update demo video

* build: exclude more files from the release

* style: apply TS style fixes
2026-02-02 02:31:42 +01:00

30 lines
1.0 KiB
Plaintext

# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all development-only code, test and documentation with "export-ignore".
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.editorconfig export-ignore
/.storybook export-ignore
/art export-ignore
/wiki export-ignore
/bin export-ignore
/tests export-ignore
/resources/js export-ignore
/resources/css export-ignore
/resources/dist-static export-ignore
/resources/types export-ignore
/tools export-ignore
/storage export-ignore
/node_modules export-ignore
/vendor export-ignore
/vite.config.js export-ignore
/components.json export-ignore
/tsconfig.json export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/CONTRIBUTING.md export-ignore
/.release-please-manifest.json export-ignore
/.release-please-config.json export-ignore