🙈(project) add .devcontainer in gitignore

.devcontainer is used to create virtual environment
for development. It is not necessary to be
included in the git repository.
This commit is contained in:
Anthony LC
2024-04-10 15:31:51 +02:00
committed by Anthony LC
parent cc64b8c8b5
commit c6c0c1355d

1
.gitignore vendored
View File

@@ -78,3 +78,4 @@ db.sqlite3
.idea/
.vscode/
*.iml
.devcontainer