1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +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

View File

@@ -6,5 +6,7 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"ignore": []
"ignore": [
"preview"
]
}