A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node
at main 1.2 kB view raw
1# Deno generated files 2.deno/ 3 4# Build outputs 5dist/ 6build/ 7 8# Test coverage 9coverage/ 10.nyc_output/ 11 12# Logs 13*.log 14npm-debug.log* 15yarn-debug.log* 16yarn-error.log* 17pnpm-debug.log* 18lerna-debug.log* 19 20# Runtime data 21pids/ 22*.pid 23*.seed 24*.pid.lock 25 26# Environment variables 27.env 28.env.local 29.env.development.local 30.env.test.local 31.env.production.local 32 33# IDE and editor files 34.vscode/ 35.idea/ 36*.swp 37*.swo 38*~ 39.claude/ 40 41# macOS 42.DS_Store 43.AppleDouble 44.LSOverride 45 46# Windows 47Thumbs.db 48ehthumbs.db 49Desktop.ini 50 51# Linux 52*~ 53.fuse_hidden* 54.Trash-* 55.nfs* 56 57# Temporary files 58*.tmp 59*.temp 60 61# Cache directories 62.cache/ 63.parcel-cache/ 64 65# Optional npm/yarn cache 66.npm 67.yarn/cache 68.yarn/unplugged 69.yarn/build-state.yml 70.yarn/install-state.gz 71.pnp.* 72 73# Optional eslint cache 74.eslintcache 75 76# Microbundle cache 77.rpt2_cache/ 78.rts2_cache_cjs/ 79.rts2_cache_es/ 80.rts2_cache_umd/ 81 82# Optional REPL history 83.node_repl_history 84 85# Output of 'npm pack' 86*.tgz 87 88# Dependency directories (if any Node.js tools are used) 89node_modules/ 90 91# Optional dependencies lock files (Deno typically doesn't need these) 92package-lock.json 93yarn.lock 94 95# Test artifacts 96test-results/ 97test-output/ 98 99# Documentation generation 100docs/