# Social Media Dashboard - Git Ignore File
# Author: RSK World (Molla Samser, Founder | Rima Khatun, Designer & Tester)
# Contact: +91 93305 39277 | info@rskworld.com | support@rskworld.in
# Website: https://rskworld.in
# © 2026 RSK World. All rights reserved.

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Production builds
dist/
build/
out/

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# API Keys and sensitive data
config/local.js
config/production.js
*.key
*.pem

# Logs
logs/
*.log

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/
*.lcov

# nyc test coverage
.nyc_output

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# Temporary files
tmp/
temp/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# Backup files
*.bak
*.backup
*.old

# Database files
*.db
*.sqlite
*.sqlite3

# Media files (large files)
media/
uploads/
*.mp4
*.avi
*.mov
*.wmv
*.flv

# Compressed files
*.zip
*.rar
*.7z
*.tar.gz
*.tgz

# Documentation build
docs/_build/
site/

# Local configuration overrides
config.local.js
secrets.json

# Test files
test-results/
coverage/

# Analytics and tracking data
analytics/
tracking/
