diff options
author | Zac Nowicki <zachnowicki@gmail.com> | 2017-06-10 19:05:16 -0400 |
---|---|---|
committer | Zac Nowicki <zachnowicki@gmail.com> | 2017-06-10 19:05:16 -0400 |
commit | 7bffddb3f750f2313909063dbca592433bd2e7ab (patch) | |
tree | dd58b2ef4ba10bf9f4d858cf38f64866710abe1a /.gitignore | |
download | twitch-7bffddb3f750f2313909063dbca592433bd2e7ab.tar.gz twitch-7bffddb3f750f2313909063dbca592433bd2e7ab.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23ec656 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/doc/ +/lib/ +/bin/ +/.shards/ + +# Libraries don't need dependency lock +# Dependencies will be locked in application that uses them +/shard.lock |