Skip to content

Commit 40d5250

Browse files
committed
commit generated files to the repo (#44)
* commit generated files to the repo - This is another sanity check for prerelease checks - Enables users to install directly from GitHub. For Python users, installing from PyPI is still the recommended way to install the package * let eslint ignore generated bundles
1 parent bba84ce commit 40d5250

File tree

5 files changed

+5596
-3695
lines changed

5 files changed

+5596
-3695
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.tox
2+
build/
3+
dist/
4+
node_modules/
5+
.npm
6+
vv/
7+
venv/
8+
*.pyc
9+
*.egg-info
10+
*.log
11+
.DS_Store
12+
lib/bundle.js
13+
lib/bundle.js.map
14+
lib/metadata.json
15+
.idea
16+
dash_html_components/

packages/dash-html-components/.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.tox
22
build/
33
dist/
4-
dash_html_components/metadata.json
5-
dash_html_components/bundle.js*
64
node_modules/
75
.npm
86
vv/
@@ -13,4 +11,5 @@ venv/
1311
.DS_Store
1412
lib/bundle.js
1513
lib/bundle.js.map
14+
lib/metadata.json
1615
.idea

packages/dash-html-components/dash_html_components/bundle.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)