Skip to content

Commit 4ed9279

Browse files
committed
folder to place temp modules e.g. plotly.js-dist-min*.tgz
1 parent 8ff71f7 commit 4ed9279

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

components/dash-core-components/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ lib/
44
lib/bundle.js*
55
coverage/
66
node_modules/
7+
packages/
78
.npm
89
vv/
910
venv/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Folder to place temporary modules e.g. plotly.js-dist-min in .tgz format

components/dash-table/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"ignorePaths": [
44
"**/package.json",
55
"**/package-lock.json",
6+
"**/packages/**",
67
"**/node_modules/**",
78
"**/vscode-extension/**",
89
"**/.git/**",

0 commit comments

Comments
 (0)