chore: ignore n8n local workflow artifacts

This commit is contained in:
2026-07-02 10:56:12 +02:00
parent 052918f601
commit 609c601fe1
2 changed files with 4 additions and 7 deletions
+4
View File
@@ -381,3 +381,7 @@ FodyWeavers.xsd
.idea .idea
/.ollamassist/conversations /.ollamassist/conversations
/write_readme.py /write_readme.py
# n8n local workflow artifacts
.n8n-docs-rc-flow/
logs/
-7
View File
@@ -1,7 +0,0 @@
{
"ok": false,
"flow": "A_prepare_documentation_release",
"stage": "apply_reviews_commit_push",
"error": "[Errno 2] No such file or directory: '/repos/adas/.n8n-docs-rc-flow/state.json'",
"traceback": "Traceback (most recent call last):\n File \"<stdin>\", line 54, in <module>\n File \"/usr/lib/python3.12/pathlib.py\", line 1027, in read_text\n with self.open(mode='r', encoding=encoding, errors=errors) as f:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.12/pathlib.py\", line 1013, in open\n return io.open(self, mode, buffering, encoding, errors, newline)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nFileNotFoundError: [Errno 2] No such file or directory: '/repos/adas/.n8n-docs-rc-flow/state.json'\n"
}