Skip to content

Commit

Permalink
fix: ignore *.tsbuildinfo (#8662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jul 13, 2022
1 parent af08c5c commit edcdf21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -6,7 +6,7 @@ build/
lib/

# Generated files
tsconfig.tsbuildinfo
**/*.tsbuildinfo
puppeteer.api.json
puppeteer*.tgz
yarn.lock
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -62,7 +62,8 @@
"files": [
"lib",
"install.js",
"typescript-if-required.js"
"typescript-if-required.js",
"!**/*.tsbuildinfo"
],
"author": "The Chromium Authors",
"license": "Apache-2.0",
Expand Down

0 comments on commit edcdf21

Please sign in to comment.