mirror of https://github.com/explosion/spaCy.git
Move all website gitignore settings to website/.gitignore (#12120)
This commit is contained in:
parent
668ec989ad
commit
28fd589b85
|
@ -10,16 +10,6 @@ spacy/tests/package/setup.cfg
|
||||||
spacy/tests/package/pyproject.toml
|
spacy/tests/package/pyproject.toml
|
||||||
spacy/tests/package/requirements.txt
|
spacy/tests/package/requirements.txt
|
||||||
|
|
||||||
# Website
|
|
||||||
website/.cache/
|
|
||||||
website/public/
|
|
||||||
website/node_modules
|
|
||||||
website/.npm
|
|
||||||
website/logs
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
|
||||||
quickstart-training-generator.js
|
|
||||||
|
|
||||||
# Cython / C extensions
|
# Cython / C extensions
|
||||||
cythonize.json
|
cythonize.json
|
||||||
spacy/*.html
|
spacy/*.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
quickstart-training-generator.js
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
/.pnp
|
/.pnp
|
||||||
|
|
Loading…
Reference in New Issue