Files
mail_manager/.gitignore
Sebastian Krupinski 3d77eb4a0b
Some checks failed
JS Unit Tests / test (pull_request) Successful in 22s
Build Test / test (pull_request) Successful in 25s
PHP Unit Tests / test (pull_request) Failing after 51s
chore: implemement basic tests
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-15 22:25:33 -05:00

31 lines
322 B
Plaintext

# Frontend development
node_modules/
*.local
.env.local
.env.*.local
.cache/
.vite/
.temp/
.tmp/
# Frontend build
/static/
# Backend development
/lib/vendor/
coverage/
phpunit.xml.cache
.phpunit.cache
.phpunit.result.cache
.php-cs-fixer.cache
.phpstan.cache
.phpactor/
# Editors
.DS_Store
.vscode/
.idea/
# Logs
*.log