mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
# This ignores everything by default, except for package.json and LICENSE and README.md.
|
|
# See https://docs.npmjs.com/misc/developers
|
|
**/*
|
|
|
|
!/lib/**/*
|
|
!index.js
|
|
|
|
!/assets/**/*
|
|
/assets/.eslintrc.js
|