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/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
|
||||
cythonize.json
|
||||
spacy/*.html
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
quickstart-training-generator.js
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
|
@ -41,4 +43,4 @@ next-env.d.ts
|
|||
public/robots.txt
|
||||
public/sitemap*
|
||||
public/sw.js*
|
||||
public/workbox*
|
||||
public/workbox*
|
||||
|
|
Loading…
Reference in New Issue