92 lines
893 B
Plaintext
92 lines
893 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment variables
|
|
.env*
|
|
!.env.*example
|
|
|
|
# Configuration files with sensitive data
|
|
config.json
|
|
secrets.json
|
|
credentials.json
|
|
auth.json
|
|
|
|
# Authentication and cookies
|
|
youtube-cookies.json
|
|
cookies.json
|
|
session.json
|
|
auth-token.json
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
|
|
# API keys and tokens
|
|
api-keys.json
|
|
tokens.json
|
|
.secrets
|
|
|
|
# Database
|
|
database/*.db
|
|
database/*.sqlite
|
|
|
|
# Downloads
|
|
downloads/
|
|
*.mp3
|
|
*.mp4
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
*.log.*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Temporary files
|
|
temp/
|
|
tmp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Runtime
|
|
.pid
|
|
.seed
|
|
.coverage
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
out/
|
|
coverage/
|
|
|
|
# Version file (generated at build time)
|
|
public/version.json
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
*.orig
|
|
|
|
# Cache
|
|
.cache/
|
|
.npm/
|
|
.yarn/
|
|
*.tsbuildinfo
|