Skip to content

Commit

Permalink
main-branch gitignore changes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexcjohnson committed Jul 13, 2021
1 parent ffb1b7c commit e902041
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ downloads/
eggs/
.eggs/
lib/
!dash-renderer/lib
lib64/
parts/
sdist/
Expand Down Expand Up @@ -81,3 +80,7 @@ VERSION.txt

# vim
*.swp

# main-branch artifacts to explicitly include
!dash/dash-renderer/build
!dash/deps

0 comments on commit e902041

Please sign in to comment.