mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
17 lines
236 B
Plaintext
17 lines
236 B
Plaintext
|
# exclude phantomjs tests
|
||
|
third_party/phantomjs/
|
||
|
# exclude phantom_shim project
|
||
|
phantom_shim
|
||
|
# exclude all tests
|
||
|
test
|
||
|
|
||
|
# repeats from .gitignore
|
||
|
node_modules
|
||
|
.local-chromium
|
||
|
.dev_profile*
|
||
|
.DS_Store
|
||
|
*.swp
|
||
|
*.pyc
|
||
|
.vscode
|
||
|
package-lock.json
|