HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/indoadvisory_new/web2/webapp/.gitignore
# Indo Advisory - Git Ignore Configuration

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

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

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

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

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

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

# PM2
.pm2/
ecosystem.config.cjs
pids/
logs/
*.log

# Backup files
*.backup
*.bak
*.tar.gz
*.zip

# Uploads directory (user uploaded files)
uploads/*
!uploads/.gitkeep

# Static build files
public/uploads/
public/temp/

# Database
*.sqlite
*.sqlite3
*.db

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

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

# Temporary files
tmp/
temp/
.tmp/

# SSL Certificates (if stored in project)
*.pem
*.key
*.crt
*.csr
*.p12
*.pfx

# Webmin and server configuration backups
*.webmin-backup
/var/

# Local development files
docker-compose.override.yml
.docker/

# Testing
/coverage
/test-results
/playwright-report
/playwright/.cache

# Build outputs
dist/
build/

# Cache
.cache/
.parcel-cache/

# Serverless
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

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

# Custom application specific
# Add any custom files specific to Indo Advisory

# Deployment specific files (keep examples)
nginx.conf.backup
apache.conf.backup
*.deployed

# Monitoring and analytics
analytics/
metrics/
reports/

# Security scan results
security-scan-*
audit-*.json

# Development database dumps
*.sql.dev
dev-dump-*