# files typo3 creates when installed
/config
/public
/var
/vendor
/typo3temp

# entry point created by TYPO3 testing framework bootstrap
/index.php

# a lock file does not make sense for a library
/composer.lock

# Bundled libraries (generated by build:ter)
/Resources/Private/PHP/vendor
/Resources/Private/PHP/composer.lock

# TER build artifacts
/dist
/.build
/.Build

# TYPO3 temp and test artifacts
/typo3temp
/index.php

# Node / Playwright
/Build/node_modules
/Build/playwright-report
/Build/test-results
/Build/tests/playwright/.auth/login.json

# other
*.local
.DS_Store
.idea
