chore: update .dockerignore and .gitignore to exclude .idea and .DS_Store
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m33s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Failing after 2m24s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m11s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m3s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m30s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 59s

This commit is contained in:
2025-10-15 19:45:52 -04:00
parent 54c656551e
commit b410c9a46f
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.idea/
.DS_Store
vendor/
.phpunit.cache/