web/.gitignore
2023-12-20 23:14:44 +01:00

24 lines
No EOL
245 B
Text

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
.sl
.watchman-*