* feat(ui): add `input group` base component * feat(history): add history viewer and rewind * test: update selector snapshot * test: add PW base page * style: apply TS style fixes * chore(history): request history wiki * chore(history): remove unwanted symbol * chore: fix type * style: apply TS style fixes
27 lines
939 B
Plaintext
27 lines
939 B
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
|
|
/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
|