diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-08-06 11:11:41 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-08-06 11:11:41 -0400 |
commit | cbefdf8beaf3d64a44e74428079502badef60834 (patch) | |
tree | 98b0b3107fb9a3203e068c1e07b732dd8c47f4c0 /.gitignore | |
download | zip-crystal-cbefdf8beaf3d64a44e74428079502badef60834.tar.bz2 zip-crystal-cbefdf8beaf3d64a44e74428079502badef60834.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |