From 6010d6d872e5e35d4df88c99e1c8fb1762c42135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20Ha=C3=9F?= <hulia.jass@gmail.com> Date: Tue, 24 Sep 2024 17:48:34 +0000 Subject: [PATCH] chore: devcontrainer setup exclustion --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71e2859..61f44a8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ /.hugo_build.lock /resources /themes -/static/docmente \ No newline at end of file +/static/docmente +.vscode +.devcontainer \ No newline at end of file -- GitLab