valkyrie-docs/.gitignore

22 lines
229 B
Text
Raw Normal View History

2023-12-10 18:52:37 -08:00
# build output
dist/
# generated types
.astro/
2023-07-31 05:10:37 -07:00
2023-12-10 18:52:37 -08:00
# dependencies
node_modules/
2023-07-31 05:10:37 -07:00
2023-12-10 18:52:37 -08:00
# logs
2023-07-31 05:10:37 -07:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-12-10 18:52:37 -08:00
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store