From 9511acbce2bb97526098047ed75fd9de5046bdc8 Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 19 Nov 2018 19:45:08 -0700 Subject: =?UTF-8?q?initial=20commit!=20=E3=83=BD(^o^)=E4=B8=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e29dae7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/docs/ +/lib/ +/bin/ +/.shards/ +*.dwarf + +# Libraries don't need dependency lock +# Dependencies will be locked in application that uses them +/shard.lock -- cgit v1.2.3