Skip to content

Commit e902041

Browse files
committed
main-branch gitignore changes
I did *not* include renderer/lib - AFAICT this hasn't been useful since renderer was added to the dash repo, because you can't npm i a subdirectory of a repo from a gh link. So lib is only useful as published on npm, and there it *is* included.
1 parent ffb1b7c commit e902041

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ downloads/
4949
eggs/
5050
.eggs/
5151
lib/
52-
!dash-renderer/lib
5352
lib64/
5453
parts/
5554
sdist/
@@ -81,3 +80,7 @@ VERSION.txt
8180

8281
# vim
8382
*.swp
83+
84+
# main-branch artifacts to explicitly include
85+
!dash/dash-renderer/build
86+
!dash/deps

0 commit comments

Comments
 (0)