mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-22 23:32:03 +00:00
Added bullMQ + redis to the platform for automation and queue mechanism Added new tabs in host details
159 lines
2.0 KiB
Plaintext
159 lines
2.0 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.production
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.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
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# Next.js build output
|
|
.next
|
|
|
|
# Nuxt.js build / generate output
|
|
.nuxt
|
|
|
|
# Gatsby files
|
|
.cache/
|
|
public
|
|
|
|
# Exception: Allow frontend/public/assets for logo files
|
|
!frontend/public/
|
|
!frontend/public/assets/
|
|
!frontend/public/assets/*.png
|
|
!frontend/public/assets/*.svg
|
|
!frontend/public/assets/*.jpg
|
|
|
|
# Storybook build outputs
|
|
.out
|
|
.storybook-out
|
|
|
|
# Temporary folders
|
|
tmp/
|
|
temp/
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Prisma
|
|
prisma/migrations/dev.db*
|
|
|
|
# Backend specific
|
|
backend/logs/
|
|
backend/uploads/
|
|
backend/temp/
|
|
|
|
# Frontend specific
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
|
|
# Agent specific
|
|
agents/*.log
|
|
|
|
# SSL certificates
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.csr
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
|
|
# Test files
|
|
test-results/
|
|
playwright-report/
|
|
test-results.xml
|
|
test_*.sh
|
|
test-*.sh
|
|
*.code-workspace
|
|
|
|
# Package manager lock files (uncomment if you want to ignore them)
|
|
# package-lock.json
|
|
# yarn.lock
|
|
# pnpm-lock.yaml
|
|
|
|
# Deployment scripts (production deployment tools)
|
|
deploy-patchmon.sh
|
|
manage-instances.sh
|
|
manage-patchmon.sh
|
|
manage-patchmon-dev.sh
|
|
setup-installer-site.sh
|
|
install-server.*
|
|
notify-clients-upgrade.sh
|
|
debug-agent.sh
|
|
docker/compose_dev_*
|