v1-0001-add-.devcontainer-and-.vscode-to-.gitignore.patch
application/octet-stream
Filename: v1-0001-add-.devcontainer-and-.vscode-to-.gitignore.patch
Type: application/octet-stream
Part: 0
Message:
Re: Official devcontainer config
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: add .devcontainer and .vscode to .gitignore
| File | + | − |
|---|---|---|
| .gitignore | 2 | 0 |
From fcc08d0f47e5735bc255011652ac76b81d1bae99 Mon Sep 17 00:00:00 2001 From: Zhao Junwang <zhjwpku@gmail.com> Date: Sat, 24 Aug 2024 12:43:54 +0000 Subject: [PATCH v1] add .devcontainer and .vscode to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4e911395fe..2efe1c24b0 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ lib*.pc /Release/ /tmp_install/ /portlock/ +.devcontainer/ +.vscode/ -- 2.39.2