Files
ssh/.gitignore
2025-09-11 13:55:13 -07:00

34 lines
383 B
Plaintext

logs
*.log
npm-debug.log
yarn-debug.log
yarn-error.log
.pnpm-debug.log
node_modules/
jspm_packages/
.npm
.eslintcache
.stylelintcache
.node_repl_history
*.tgz
.yarn-integrity
.cache
.next
out
.nuxt
dist
.vuepress/dist
.temp
.cache
.serverless/
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.dev.vars
!.dev.vars.example
.env
!.env.example
.wrangler/