From 7d737ef82c9956c67f91e0afd988cac09074c3eb Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 28 Apr 2020 14:27:25 +0800 Subject: [PATCH] Add gitignore with build dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c795b054e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build \ No newline at end of file