# Exclude all node_modules from repo.
node_modules

# yarn.lock should be managed by projects and not Silverback.
yarn.lock

# Ignore files generated by PhpStorm
/.idea/

cypress/integration/*.feature
