Skip to content

Commit

Permalink
meta: Don't gitignore .d.ts files (#8472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Jul 11, 2023
1 parent 130e4a3 commit 87bdcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build/
dist/
coverage/
scratch/
*.d.ts
*.js.map
*.pyc
*.tsbuildinfo
Expand Down
2 changes: 2 additions & 0 deletions packages/gatsby/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gatsby-browser.d.ts
gatsby-node.d.ts

0 comments on commit 87bdcba

Please sign in to comment.