mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 09:03:21 +00:00
50 lines
435 B
Plaintext
50 lines
435 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
README.md
|
|
DEPLOYMENT.md
|
|
LOGO-FIX-SUMMARY.md
|
|
*.md
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
|
|
# Backups
|
|
*.bak
|
|
*.backup
|