Files
CKB/.dockerignore
2025-09-19 22:20:10 +07:00

71 lines
847 B
Plaintext
Executable File

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Laravel
/vendor/
.env
.env.*
!.env.example
# Storage and logs
/storage/*.key
/storage/logs/*
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/views/*
/bootstrap/cache/*
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# Documentation
README.md
*.md
# Docker
Dockerfile*
docker-compose*
.dockerignore
# Testing
/tests/
phpunit.xml
.phpunit.result.cache
# Build tools
yarn.lock
# Temporary files
*.tmp
*.temp
# Keep vendor assets in public folder
!public/js/vendor/
!public/css/vendor/
!public/js/locales/
# Keep built assets
!public/js/app.js
!public/js/vendor.js
!public/css/app.css
!public/mix-manifest.json