Skip to content

Commit 990043d

Browse files
Copilotmarcj
andcommitted
Add build artifacts to .gitignore
Co-authored-by: marcj <[email protected]>
1 parent 94726da commit 990043d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ packages/create-app/files/var
1818
.vs
1919
.fleet
2020
.DS_Store
21+
22+
# Build artifacts from consolidated packages
23+
packages/*/index.js
24+
packages/*/index.d.ts
25+
packages/*/index.d.ts.map
26+
packages/*/tsconfig.tsbuildinfo
27+
packages/*/dist/

0 commit comments

Comments
 (0)