Skip to content

Commit 87bdcba

Browse files
author
Luca Forstner
authored
meta: Don't gitignore .d.ts files (#8472)
1 parent 130e4a3 commit 87bdcba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ build/
1010
dist/
1111
coverage/
1212
scratch/
13-
*.d.ts
1413
*.js.map
1514
*.pyc
1615
*.tsbuildinfo

packages/gatsby/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
gatsby-browser.d.ts
2+
gatsby-node.d.ts

0 commit comments

Comments
 (0)