1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Skip the run and vendor directory when updating the translations.

This commit is contained in:
Sadie Powell
2026-03-18 23:22:33 +00:00
parent adf457ffb2
commit 1deff337fe
+2
View File
@@ -15,6 +15,8 @@ fi
find ../ \
! -path '../docs/*' \
-a ! -path '../modules/third/*' \
-a ! -path '../run/*' \
-a ! -path '../vendor/*' \
-a \( -name '*.cpp' \
-o -name '*.h' \
-o -name '*.conf' \