aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 00:40:53 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 00:40:53 +0800
commit6a2c7d5e2891fa1ec4301b16037b9672898cca92 (patch)
tree24a23840bb0b192cbaacdd2cecb15bd2c21e9492 /.gitignore
parent7130ab24b07fd506ddd6c6fb44dea34bd5522f8a (diff)
downloadHydroRoll-6a2c7d5e2891fa1ec4301b16037b9672898cca92.tar.gz
HydroRoll-6a2c7d5e2891fa1ec4301b16037b9672898cca92.zip
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 2 insertions, 29 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