aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-05-20 20:14:06 -0500
committerAnthony Wang2021-05-20 20:14:06 -0500
commit6eeb232be3822ca26e233a20cedffb1b59451342 (patch)
tree9f4bc4d399bcae4d28661f2e054193b384bb4f68
parentf16c679ca2cdf2d122f28738638590cc72d6a918 (diff)
Update rclone commands
-rw-r--r--.gitignore2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c2d9ffa..45bda7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,8 @@
*.doc
*.png
*.zip
+*.html
+hbase
# Byte-compiled / optimized / DLL files
__pycache__/
diff --git a/README.md b/README.md
index a75f4ee..4f03a04 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ You should download it before contests since you technically can't use the inter
### rclone
-You can copy the Google Drive folder to your computer with `rclone copy "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" . -P`.
+You can copy the Google Drive folder to your computer with `rclone copy "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" . --exclude="General/Hyperphysics English.zip" -P`.
-You can copy your files to the Google Drive with `rclone copy . "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" --exclude="astropy/**" --exclude=".git/**" --exclude=".venv/**" -P`.
+You can copy your files to the Google Drive with `rclone copy . "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" --exclude="astropy/**" --exclude=".git/**" --exclude=".venv/**" --exclude="General/hbase/**" -P`.
## Kiwix