aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 09:29:39 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 09:29:39 +0200
commitac3c23d0e308d54fca78d117e521e665c90aa2c6 (patch)
tree04217898e6e4afd5743c156d6742f3aa55e6cc31
parentbump dependencies (diff)
downloadwireguard-config-ac3c23d0e308d54fca78d117e521e665c90aa2c6.tar.gz
wireguard-config-ac3c23d0e308d54fca78d117e521e665c90aa2c6.zip
sort & add more things to .gitignore
-rw-r--r--.gitignore10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 9c2716f..6f80e67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
+/.bundle/
/.jekyll-cache/
-_site/
-.wget/
-
-node_modules/
-vendor/
+/node_modules/
+/_site/
+/vendor/
+/.wget/