/ .gitignore
.gitignore
1 # build output 2 dist/ 3 .output/ 4 .wrangler 5 .astro 6 7 # dependencies 8 node_modules/ 9 10 # logs 11 npm-debug.log* 12 yarn-debug.log* 13 yarn-error.log* 14 pnpm-debug.log* 15 16 17 # environment variables 18 .env 19 .env.production 20 21 # macOS-specific files 22 .DS_Store 23 24 # nix stuff 25 .direnv