Skip to content

Commit

Permalink
Add *.tsbuildinfo files to .gitignore (#187)
Browse files Browse the repository at this point in the history
These files started appearing after updating to TypeScript 5.6. See
hypothesis/h#8992.
  • Loading branch information
robertknight authored Oct 29, 2024
1 parent 6590297 commit 819732a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _shared/project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ supervisord.pid
.DS_Store
.devdata*
.eslintcache
*.tsbuildinfo
{% if include_exists("gitignore") %}
{{- include("gitignore") -}}
{% endif %}

0 comments on commit 819732a

Please sign in to comment.