mirror of
https://github.com/deployflare/ssh.git
synced 2026-01-13 16:18:02 +00:00
34 lines
383 B
Plaintext
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/
|