mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
248 B
Plaintext
23 lines
248 B
Plaintext
|
|
||
|
# Outputs
|
||
|
src/**/*.js
|
||
|
src/**/*.js.map
|
||
|
src/**/*.d.ts
|
||
|
|
||
|
# Keep files that serve as template
|
||
|
!src/**/files/**/*
|
||
|
|
||
|
# IDEs
|
||
|
.idea/
|
||
|
jsconfig.json
|
||
|
.vscode/
|
||
|
|
||
|
# Misc
|
||
|
node_modules/
|
||
|
npm-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Mac OSX Finder files.
|
||
|
**/.DS_Store
|
||
|
.DS_Store
|