diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-10 09:41:54 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-10 09:41:54 +0200 |
commit | 528ead66469459d8196374990ffc1468b397e2c0 (patch) | |
tree | 41188480f644d89de9b0904c3676fb7a5bd6ef63 | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-528ead66469459d8196374990ffc1468b397e2c0.tar.gz sorting-algorithms-528ead66469459d8196374990ffc1468b397e2c0.zip |
add more things to .gitignore
No idea what they do.
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +/.bundle/ /.jekyll-cache/ -_site/ -.wget/ +/_site/ +/vendor/ +/.wget/ |