pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create .prettierignore

Pas 20f21f3f c9c40a12

+98
+98
.prettierignore
··· 1 + # Dependencies 2 + node_modules/ 3 + .pnp 4 + .pnp.js 5 + 6 + # Production 7 + /build 8 + dist/ 9 + dist-ssr/ 10 + .vite/ 11 + 12 + # Misc 13 + .DS_Store 14 + *.tsbuildinfo 15 + 16 + # Debug 17 + npm-debug.log* 18 + yarn-debug.log* 19 + yarn-error.log* 20 + 21 + # Local env files 22 + .env*.local 23 + 24 + # Vercel 25 + .vercel 26 + 27 + # TypeScript 28 + *.tsbuildinfo 29 + 30 + # Logs 31 + logs 32 + *.log 33 + 34 + # Coverage directory used by tools like istanbul 35 + coverage/ 36 + *.lcov 37 + 38 + # nyc test coverage 39 + .nyc_output 40 + 41 + # Optional npm cache directory 42 + .npm 43 + 44 + # Optional eslint cache 45 + .eslintcache 46 + 47 + # Microbundle cache 48 + .rpt2_cache/ 49 + .rts2_cache_cjs/ 50 + .rts2_cache_es/ 51 + .rts2_cache_umd/ 52 + 53 + # Optional REPL history 54 + .node_repl_history 55 + 56 + # Output of 'npm pack' 57 + *.tgz 58 + 59 + # Yarn Integrity file 60 + .yarn-integrity 61 + 62 + # parcel-bundler cache (https://parceljs.org/) 63 + .cache 64 + .parcel-cache 65 + 66 + # Nuxt.js build / generate output 67 + .nuxt 68 + 69 + # Gatsby files 70 + .cache/ 71 + public 72 + 73 + # Storybook build outputs 74 + .out 75 + .storybook-out 76 + 77 + # Temporary folders 78 + tmp/ 79 + temp/ 80 + 81 + # Editor directories and files 82 + .vscode/* 83 + !.vscode/settings.json 84 + !.vscode/tasks.json 85 + !.vscode/launch.json 86 + !.vscode/extensions.json 87 + .idea 88 + *.suo 89 + *.ntvs* 90 + *.njsproj 91 + *.sln 92 + *.sw? 93 + 94 + # OS generated files 95 + Thumbs.db 96 + ehthumbs.db 97 + 98 + pnpm-lock.yaml