Files
yt/.gitignore

27 lines
263 B
Plaintext

# build output
dist/
.output/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# OS
.DS_Store
# downloaded videos
downloaded/
.history/