mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-02 23:27:28 +03:00
17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
# Ignore everything by default
|
|
**/*
|
|
|
|
# Check ts files in src/
|
|
!src
|
|
!src/**/*.ts
|
|
src/**/*.d.ts
|
|
src/generated/*
|
|
src/server/chromium/protocol.ts
|
|
src/server/firefox/protocol.ts
|
|
src/server/webkit/protocol.ts
|
|
|
|
# Check ts files in tests/
|
|
!tests
|
|
!tests/**/*.ts
|
|
tests/**/*.d.ts
|