fix(lnbits): normalize invoice response (fallback to bolt11) and update payment status check; chore: add .gitignore
This commit is contained in:
64
.gitignore
vendored
Normal file
64
.gitignore
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Production builds
|
||||
dist/
|
||||
dist-ssr/
|
||||
build/
|
||||
|
||||
# Vite and tooling caches
|
||||
.vite/
|
||||
.esbuild/
|
||||
.rollup.cache/
|
||||
.parcel-cache/
|
||||
.turbo/
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
.env.production.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
!.env.example
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
|
||||
# TypeScript build info
|
||||
*.tsbuildinfo
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
*~
|
||||
|
||||
# OS metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Misc secrets/keys (if present)
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
*.p12
|
||||
*.pfx
|
||||
|
||||
# Package tarballs
|
||||
*.tgz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user