From 532e69b859d8c383dbba0a9cb3de40c5d70be53a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 16 Aug 2019 21:59:06 +0200 Subject: [PATCH 1/3] ADD .gitignore file to avoid problem with development directories --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26c7f71 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +kanband +lib/* +node_modules/* +package-lock.json +shard.lock From bc01b18a4ad0e523023450d3b2226ba7c436a425 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 16 Aug 2019 21:59:25 +0200 Subject: [PATCH 2/3] Change JunkOS to WeirdOS --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index a4656c8..1dbb0a4 100644 --- a/shard.yml +++ b/shard.yml @@ -13,7 +13,7 @@ dependencies: authd: github: Lukc/authd fs: - git: https://git.karchnu.fr/JunkOS/fs.cr + git: https://git.karchnu.fr/WeirdOS/fs.cr # pg: # github: will/crystal-pg From 057ceec0efb58c9b5a32354526ef9ba65a5d729c Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 16 Aug 2019 22:18:49 +0200 Subject: [PATCH 3/3] "Oops", some whitespace were missing! --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index 1dbb0a4..7f7fcb5 100644 --- a/shard.yml +++ b/shard.yml @@ -13,7 +13,7 @@ dependencies: authd: github: Lukc/authd fs: - git: https://git.karchnu.fr/WeirdOS/fs.cr + git: https://git.karchnu.fr/WeirdOS/fs.cr # pg: # github: will/crystal-pg