mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
24 lines
628 B
Plaintext
24 lines
628 B
Plaintext
dist/
|
|
dist-portal/
|
|
editor/dist/
|
|
# Tauri/Cargo build output (binary assets named *.js etc. confuse Prettier).
|
|
# Match nested target/ dirs too — provisioner/ and thumbnail-handler/ each
|
|
# have their own Cargo workspace under src-tauri/.
|
|
editor/src-tauri/**/target/
|
|
editor/src-tauri/gen/
|
|
node_modules/
|
|
editor/public/vendor/
|
|
editor/public/pdfjs*/
|
|
editor/public/js/thirdParty/
|
|
editor/public/css/cookieconsent.css
|
|
# Build / test artifacts that may exist locally even though they're gitignored
|
|
storybook-static/
|
|
playwright-report/
|
|
editor/playwright-report/
|
|
test-results/
|
|
editor/test-results/
|
|
*.min.*
|
|
*.md
|
|
*.wxs
|
|
editor/src/output.css
|