From cbefdf8beaf3d64a44e74428079502badef60834 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 6 Aug 2016 11:11:41 -0400 Subject: initial commit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8cf75a --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/doc/ +/libs/ +/.crystal/ +/.shards/ + + +# Libraries don't need dependency lock +# Dependencies will be locked in application that uses them +/shard.lock + -- cgit v1.2.3