From c6c0c1355d9850cd0c7d666556fa75906e751470 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Wed, 10 Apr 2024 15:31:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88(project)=20add=20.devcontainer=20i?= =?UTF-8?q?n=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .devcontainer is used to create virtual environment for development. It is not necessary to be included in the git repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c744f17d..24643946 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ db.sqlite3 .idea/ .vscode/ *.iml +.devcontainer