From 8ee7b28982b9131602cd81ae46ed342262f924bd Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 21 Oct 2018 01:11:39 +0200 Subject: [PATCH] Cleanup repo files --- .clasp.json | 1 - .claspignore | 1 + .gitignore | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .clasp.json diff --git a/.clasp.json b/.clasp.json deleted file mode 100644 index 35fc566..0000000 --- a/.clasp.json +++ /dev/null @@ -1 +0,0 @@ -{"scriptId":"1vTgZT2m51WMyO8e_3muHlzLhrrRoqiNdU9BcJn7-05aKhIpJgnKXt4VN"} diff --git a/.claspignore b/.claspignore index d05b668..5dc1c0a 100644 --- a/.claspignore +++ b/.claspignore @@ -2,3 +2,4 @@ node_modules/** package.json package-lock.json src/** +config.sample.js diff --git a/.gitignore b/.gitignore index 0a7ee81..7d9496b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -config.js app.js +.clasp.json +config.js node_modules