0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/blog-multiple-authors/.gitignore

20 lines
203 B
Text
Raw Normal View History

2021-06-28 17:29:16 -05:00
# build output
2022-03-29 21:17:46 -05:00
dist/
2021-06-28 17:29:16 -05:00
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
2021-06-28 17:29:16 -05:00
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store