# Ignore development files
/vendor/
/.idea/
/.vscode/
/.editorconfig
/node_modules/
/.phpunit.result.cache
/composer.lock

# Ignore React build files
/js/react-app/node_modules/
/js/react-app/build/
/js/react-app/.pnp
/js/react-app/.pnp.js
/js/react-app/coverage/
/js/react-app/coverage/*
/js/react-app/npm-debug.log*
/js/react-app/yarn-debug.log*
/js/react-app/yarn-error.log*
/js/react-app/yarn.lock

# Ignore test files
/js/react-app/test/screenshots/
/js/react-app/test/page-debug.html
/js/react-app/tests/screenshots/
/js/react-app/page-debug.html
