Files
patchmon.net/.gitignore
Muhammad Ibrahim babf58bb98 chore: Remove manage-patchmon.sh from repository and add to gitignore
- Remove manage-patchmon.sh from Git tracking
- Add manage-patchmon.sh to .gitignore to prevent future commits
- File was accidentally committed in previous version management update
2025-09-17 22:14:53 +01:00

146 lines
1.7 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
# 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
# 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
setup-installer-site.sh
install-server.*
notify-clients-upgrade.sh