We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c261ab7 commit b161068Copy full SHA for b161068
.gitignore
@@ -43,12 +43,6 @@ coverage.xml
43
.Python
44
build/
45
dash/deps/
46
-dash/html/*
47
-!dash/html/.gitkeep
48
-dash/dcc/*
49
-!dash/dcc/.gitkeep
50
-dash/dash_table/*
51
-!dash/dash_table/.gitkeep
52
develop-eggs/
53
dist/
54
downloads/
@@ -90,9 +84,6 @@ VERSION.txt
90
84
# main-branch artifacts to explicitly include
91
85
!dash/dash-renderer/build
92
86
!dash/deps
93
-!dash/html/*
94
-!dash/dcc/*
95
-!dash/dash_table/*
96
87
97
88
# Exceptions
98
89
!components/dash-core-components/tests/integration/upload/upload-assets/upft001.csv
0 commit comments