add more folders to .npmignore

npm installations should not contain all the examples and python things
This commit is contained in:
Nicolas CARPi
2023-03-26 14:06:12 +02:00
parent 93a29440c9
commit d192d46aeb
2 changed files with 17 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
/tests
/node_modules
/tmp
/coverage
@@ -8,6 +7,20 @@ script.map
.settings
.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
.env
.venv

View File

@@ -7,7 +7,7 @@
"../../node_modules/better-docs/category"],
"source": {
"includePattern": "\\.(jsx|js|ts|tsx)$"
},
},
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
@@ -26,8 +26,8 @@
"label": "Github",
"href": "https://github.com/3dmol/3Dmol.js"
}
]
}
]
}
},
"markdown" : {
"parser" : "gfm",