# Git .git .gitignore .gitattributes # IDE .idea .vscode *.iml # Documentation (not needed in container) *.md !docker/README.md docs/ # Development artifacts coverage/ *.log logs/* !logs/.gitkeep # macOS .DS_Store ._* .Spotlight-V100 .Trashes # Node.js (if any) node_modules/ npm-debug.log # Vendor (installed in container) userfrosting/vendor/ # Test artifacts .phpunit.cache/ .phpunit.result.cache coverage-*/ # SSL certs *.pem *.crt certs/ # Temp files tmp/ var/ cache/ # BAZINGA bazinga/ # Other excludes laravel/ bin/ dev/ sql/ output/ invoices/ emails/ # Large/unnecessary directories public_html/uploads/employees/* public_html/wiki/