From 8cf552d60593edd5bb7a5fec04cb810f652b2075 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 29 Aug 2020 10:44:03 +0200 Subject: [PATCH] Added .gitignore to exclude local-only files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6bfbf66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# dotenv environment variables file +.env + +# gren configuration +.grenrc.yml + +# Local filesystem files +.DS_Store \ No newline at end of file