diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-09 17:33:27 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-09 17:33:31 +0200 |
commit | 165a32284b5cbb93f718710fe9415a04aee3abaf (patch) | |
tree | d13ace45d88c1c1377a49e68cde09d64661aca2b | |
parent | Makefile: print repo changes in maintenance (diff) | |
download | jekyll-theme-165a32284b5cbb93f718710fe9415a04aee3abaf.tar.gz jekyll-theme-165a32284b5cbb93f718710fe9415a04aee3abaf.zip |
add more things to .gitignore
No idea what they do.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +/.bundle/ /.jekyll-cache/ /_site/ /.wget/ +/vendor/ |