summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-04-18 12:15:52 +0300
committerGitHub <noreply@github.com>2026-04-18 12:15:52 +0300
commit18df20a371909cdcd402ab5d34e49eeb46e7702e (patch)
tree9dba923b1b4d4954d104c591b49ce8d291051a68
parent2f23480d6066686f3cf62d809392ca18da2407a6 (diff)
parente4d009dc3b762f3c458dbc0b3ad6a32e21c3fd4c (diff)
downloadcommunity.vyos.net-18df20a371909cdcd402ab5d34e49eeb46e7702e.tar.gz
community.vyos.net-18df20a371909cdcd402ab5d34e49eeb46e7702e.zip
Merge pull request #36 from vyos/chore/gitignore-soupault-cache
Ignore .soupault-cache/ build artifact directory
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9f68996..19b1651 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
build/*
-index.json \ No newline at end of file
+index.json
+.soupault-cache/ \ No newline at end of file