mirror of
https://github.com/3dmol/3Dmol.js.git
synced 2026-06-04 08:39:49 +09:00
add more folders to .npmignore
npm installations should not contain all the examples and python things
This commit is contained in:
15
.npmignore
15
.npmignore
@@ -1,4 +1,3 @@
|
|||||||
/tests
|
|
||||||
/node_modules
|
/node_modules
|
||||||
/tmp
|
/tmp
|
||||||
/coverage
|
/coverage
|
||||||
@@ -8,6 +7,20 @@ script.map
|
|||||||
.settings
|
.settings
|
||||||
.ipynb
|
.ipynb
|
||||||
|
|
||||||
|
CODE_OF_CONDUCT.md
|
||||||
|
CONTRIBUTING.md
|
||||||
|
doc.md
|
||||||
|
echo.cgi
|
||||||
|
examples/
|
||||||
|
index.html
|
||||||
|
learning-environment/
|
||||||
|
paper/
|
||||||
|
py3Dmol/
|
||||||
|
tests/
|
||||||
|
track/
|
||||||
|
tutorials/
|
||||||
|
/viewer.*
|
||||||
|
|
||||||
#Ignoring Virtual Environments for the Active Learning Environment Project
|
#Ignoring Virtual Environments for the Active Learning Environment Project
|
||||||
.env
|
.env
|
||||||
.venv
|
.venv
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"../../node_modules/better-docs/category"],
|
"../../node_modules/better-docs/category"],
|
||||||
"source": {
|
"source": {
|
||||||
"includePattern": "\\.(jsx|js|ts|tsx)$"
|
"includePattern": "\\.(jsx|js|ts|tsx)$"
|
||||||
},
|
},
|
||||||
"templates": {
|
"templates": {
|
||||||
"cleverLinks": true,
|
"cleverLinks": true,
|
||||||
"monospaceLinks": false,
|
"monospaceLinks": false,
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
"label": "Github",
|
"label": "Github",
|
||||||
"href": "https://github.com/3dmol/3Dmol.js"
|
"href": "https://github.com/3dmol/3Dmol.js"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"markdown" : {
|
"markdown" : {
|
||||||
"parser" : "gfm",
|
"parser" : "gfm",
|
||||||
|
|||||||
Reference in New Issue
Block a user