From b6f81c537a39db02c7e1c8d5a4949705faffb4ea Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Fri, 11 Oct 2019 14:48:25 +1000 Subject: [PATCH] build: Dont track build folder contents --- build/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/.gitignore diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..a9b2856 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,3 @@ +# Track the build directory but not its contents. +* +!.gitignore \ No newline at end of file