From e4b52691df6cd6ca5a4e44c947201d7cfd3d41bb Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Wed, 6 Aug 2025 16:48:47 -0400 Subject: [PATCH] Add build folder to repo structure --- .gitignore | 3 ++- build/.gitkeep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/.gitkeep diff --git a/.gitignore b/.gitignore index 07ed706..07bebb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build/* \ No newline at end of file +build/* +!build/.gitkeep \ No newline at end of file diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 0000000..e69de29