HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/smarthr-co-in/demo/yii/template/.gitignore
# phpstorm project files
.idea

# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db

# composer vendor dir
/vendor

# composer itself is not needed
composer.phar

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml

tests/_output/*
tests/_support/_generated

#vagrant folder
/.vagrant

# Yii2 runtime files
/runtime/*
!/runtime/.gitignore

# Environment files
/.env
/.env.local
/.env.*.local

# Configuration files with sensitive data
/config/common-local.php
/config/main-local.php
/config/console-local.php

# Node.js
/node_modules
npm-debug.log
yarn-debug.log
yarn-error.log

composer.lock

# Package lock files
package-lock.json
yarn.lock

# Logs
*.log

# Cache
/cache/*
!/cache/.gitignore

# Build & Dist
/build
/dist