EllieBot-docs/.gitignore

22 lines
229 B
Text
Raw Normal View History

2024-01-19 20:46:30 -08:00
# build output
dist/
# generated types
.astro/
2023-11-07 01:21:05 -08:00
2024-01-19 20:46:30 -08:00
# dependencies
node_modules/
2023-11-07 01:21:05 -08:00
2024-01-19 20:46:30 -08:00
# logs
2023-11-07 01:21:05 -08:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-01-19 20:46:30 -08:00
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store