From 6a2c7d5e2891fa1ec4301b16037b9672898cca92 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 00:40:53 +0800 Subject: --- .gitignore | 31 ++----------------------------- docs/package.json | 1 - 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 832f661..307e801 100644 --- a/.gitignore +++ b/.gitignore @@ -3,29 +3,6 @@ __pycache__/ *.py[cod] *$py.class -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -pip-wheel-metadata/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. @@ -67,9 +44,6 @@ instance/ # Scrapy stuff: .scrapy -# Sphinx documentation -docs/_build/ - # PyBuilder target/ @@ -116,9 +90,6 @@ venv.bak/ # Rope project settings .ropeproject -# mkdocs documentation -/site - # mypy .mypy_cache/ .dmypy.json @@ -131,3 +102,5 @@ dmypy.json .idea .vscode +# Docs +node_modules/ \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index ea5a17c..0c4758a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -36,7 +36,6 @@ }, "devDependencies": { "@babel/core": "7.20.12", - "@turbo/types": "workspace:*", "@types/node": "^16.11.12", "@types/react": "18.0.21", "autoprefixer": "10.4.14", -- cgit v1.2.3-70-g09d2