chore: update .dockerignore and .gitignore to exclude .idea and .DS_Store
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m38s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m29s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m37s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m33s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m55s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m4s

This commit is contained in:
2025-10-15 20:17:53 -04:00
parent b410c9a46f
commit fa1cc47b44
3 changed files with 2 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ use Siteworxpro\Tests\Unit;
abstract class AbstractServiceProvider extends Unit
{
abstract protected function getProviderClass(): string;
/**