bb44b143ec
- Backend: Express.js API with MinIO CLI integration - Frontend: React with Material-UI for non-technical users - Features: Bucket management, user creation, storage monitoring - Security: JWT auth, IP filtering, encrypted passwords - Docker support for easy deployment - Automated weekly storage reports - Setup and deployment scripts included
98 lines
978 B
Plaintext
98 lines
978 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Production builds
|
|
backend/dist/
|
|
frontend/build/
|
|
frontend/dist/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
temp/
|
|
tmp/
|
|
*.tmp
|
|
|
|
# MinIO configuration
|
|
.mc/
|
|
|
|
# SSL certificates (for local development)
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# Docker volumes
|
|
docker/volumes/
|
|
|
|
# PM2
|
|
.pm2/
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
|
|
# Cache directories
|
|
.cache/
|
|
.parcel-cache/
|
|
|
|
# Generated files
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Next.js (if used later)
|
|
.next/
|
|
out/
|
|
|
|
# Gatsby (if used later)
|
|
.cache/
|
|
public/
|
|
|
|
# Mac specific
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Linux specific
|
|
*~
|
|
|
|
# Windows specific
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Redis dump
|
|
dump.rdb |