valkyrie-docs/.gitignore

22 lines
229 B
Text
Raw Normal View History

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