From fb79b8b2b48370efa1a6549c3cf2cdcf606011a9 Mon Sep 17 00:00:00 2001 From: Murilo Cunha Date: Fri, 5 Jan 2024 17:43:16 +0100 Subject: [PATCH] ignore devcontainer - only using for dev to avoid installing `bun` locally --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6901d52..0779d2f 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,6 @@ dmypy.json # Database - not required for frontend only (static) pynecone.db + +# DevContainer - only used for local development with `bun` +.devcontainer/