From 450332e988b2283f35741be22f25d93b87f011bf Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 5 Sep 2023 11:58:49 -0400 Subject: rename files to help gitignore --- config.json | 4 ---- config.json.sample | 4 ++++ data.json | 3 --- data.json.sample | 3 +++ 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 config.json create mode 100644 config.json.sample delete mode 100755 data.json create mode 100755 data.json.sample diff --git a/config.json b/config.json deleted file mode 100644 index 9243d88..0000000 --- a/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "token": "", - "clientId": "" -} diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..9243d88 --- /dev/null +++ b/config.json.sample @@ -0,0 +1,4 @@ +{ + "token": "", + "clientId": "" +} diff --git a/data.json b/data.json deleted file mode 100755 index 4c0f3b8..0000000 --- a/data.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "hello": "Hey!" -} diff --git a/data.json.sample b/data.json.sample new file mode 100755 index 0000000..4c0f3b8 --- /dev/null +++ b/data.json.sample @@ -0,0 +1,3 @@ +{ + "hello": "Hey!" +} -- cgit v1.2.3