aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 09:41:54 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 09:41:54 +0200
commit528ead66469459d8196374990ffc1468b397e2c0 (patch)
tree41188480f644d89de9b0904c3676fb7a5bd6ef63
parentbump dependencies (diff)
downloadsorting-algorithms-528ead66469459d8196374990ffc1468b397e2c0.tar.gz
sorting-algorithms-528ead66469459d8196374990ffc1468b397e2c0.zip
add more things to .gitignore
No idea what they do.
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0eae378..5d2be2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+/.bundle/
/.jekyll-cache/
-_site/
-.wget/
+/_site/
+/vendor/
+/.wget/