Compare commits
2
Commits
v0.5.0
...
2d746c0d33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d746c0d33 | ||
|
|
10a29ded6a |
+12
@@ -4,6 +4,11 @@ dist-showcase/
|
|||||||
dist-demo/
|
dist-demo/
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Generated by scripts/build_demo_pdf.py — the rendered demo PDF and the
|
||||||
|
# intermediate page PNGs it rasterizes on the way there (~2 MB).
|
||||||
|
output/
|
||||||
|
tmp/
|
||||||
# impeccable-ignore-start
|
# impeccable-ignore-start
|
||||||
.impeccable/config.local.json
|
.impeccable/config.local.json
|
||||||
.impeccable/hook.cache.json
|
.impeccable/hook.cache.json
|
||||||
@@ -14,3 +19,10 @@ dist-demo/
|
|||||||
|
|
||||||
# tsup temp (mount cannot unlink)
|
# tsup temp (mount cannot unlink)
|
||||||
tsup.config.bundled_*.mjs
|
tsup.config.bundled_*.mjs
|
||||||
|
|
||||||
|
# A real .npmrc carries the Gitea registry _authToken — never commit it.
|
||||||
|
# This pattern matches the exact filename only, so .npmrc.example (which is
|
||||||
|
# meant to be committed) is unaffected.
|
||||||
|
# Publishing from a clone: prefer `npm publish --userconfig <path outside the
|
||||||
|
# repo>` over writing a token into the working tree at all.
|
||||||
|
.npmrc
|
||||||
|
|||||||
Reference in New Issue
Block a user