From 2c3897e63a902f8088f8c317b9b12dfc79603156 Mon Sep 17 00:00:00 2001 From: Kevin Powell Date: Fri, 29 Apr 2022 10:40:49 -0400 Subject: [PATCH] Create .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..144cece --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +.DS_Store +.cache/ +dist/ \ No newline at end of file