From 22958411b7fa2d4738b962f14096cc44877faeb0 Mon Sep 17 00:00:00 2001 From: Jon Massey Date: Fri, 3 May 2024 12:30:36 +0100 Subject: [PATCH] Move devcontainer-specific gitignore statements --- .devcontainer/.gitignore | 1 + .gitignore | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .devcontainer/.gitignore diff --git a/.devcontainer/.gitignore b/.devcontainer/.gitignore new file mode 100644 index 0000000..a9bc9d4 --- /dev/null +++ b/.devcontainer/.gitignore @@ -0,0 +1 @@ +ehrql-main \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5019826..5e16945 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,3 @@ venv/ .DS_Store .Rhistory .Rproj.user/ - -.devcontainer/ehrql-main