1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-16 09:33:13 +02:00
blog/.gitignore
Matthias Kretschmann c123dd9d68
Switch to astro-redirect-from (#830)
* astro-redirect-from prototype

* move out plugin

* switch to astro-redirect-from

* fixes

* new post: astro-redirect-from

* fix dependency

* test fixes

* downgrade and lock astro

* until fix for https://github.com/withastro/astro/issues/8649 has been released

* mention debug json file

* fix e2e test
2023-09-23 21:32:18 +01:00

27 lines
346 B
Plaintext

node_modules
.yarnclean
.cache
coverage
.env
.env.development
.nova
# build output
dist/
src/images/components/
# generated types
.astro/
# autogenerated stuff
public/get/
src/content/
src/content
public/post-kbd.css
.config/redirects.json
test-results/
playwright-report/
playwright/.cache/
**/tmp/
public/theme.js
src/lib/astro-redirect-from