mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
80e64cff56
* chore: enable Yarn 4 on CI (attempt 1) * chore: attempt 2 * chore: attempt 3 * chore: attempt 4 * chore: attempt 5 * chore: fix website * chore: fix attempt 6'
22 lines
257 B
Plaintext
22 lines
257 B
Plaintext
# General Node.js
|
|
node_modules
|
|
coverage
|
|
*.log
|
|
.eslintcache
|
|
build
|
|
.idea
|
|
.DS_Store
|
|
|
|
# Yarn 4.x
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Ignore lock files in examples for now
|
|
examples/**/yarn.lock
|
|
.docusaurus
|