1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 12:22:23 +04:00

Add "preview" to ignore list in changeset configuration

This commit is contained in:
codecalm
2025-02-12 19:48:41 +01:00
parent 3b0623fc42
commit 3dea9de29c
+3 -1
View File
@@ -6,5 +6,7 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"ignore": []
"ignore": [
"preview"
]
}