52 lines
756 B
Plaintext
52 lines
756 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Editors and IDEs
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.sample
|
|
|
|
# Dependencies
|
|
/vendor/
|
|
/common/vendor/
|
|
/node_modules/
|
|
**/node_modules/
|
|
|
|
# Composer local artifact
|
|
composer.phar
|
|
|
|
# Yii runtime and generated web assets
|
|
/backend/runtime/*
|
|
/home/runtime/*
|
|
/homesocket/runtime/*
|
|
/runtime/*
|
|
/backend/web/assets/*
|
|
/home/web/assets/*
|
|
!/backend/runtime/.gitkeep
|
|
!/home/runtime/.gitkeep
|
|
!/homesocket/runtime/.gitkeep
|
|
!/runtime/.gitkeep
|
|
!/backend/web/assets/.gitkeep
|
|
!/home/web/assets/.gitkeep
|
|
|
|
# Logs and debug output
|
|
*.log
|
|
*.log.*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Test automation artifacts
|
|
/test/.idea/
|
|
/test/**/geckodriver.log
|
|
/geckodriver.log
|
|
/chromedriver.log
|