diff options
author | katherine <shmibs@shmibbles.me> | 2018-11-19 19:45:08 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-11-19 19:45:08 -0700 |
commit | 9511acbce2bb97526098047ed75fd9de5046bdc8 (patch) | |
tree | 4eb760731a7277d3c7a92b37c78b10a1d7b35b06 /.gitignore | |
download | xdg_basedir-9511acbce2bb97526098047ed75fd9de5046bdc8.tar.gz |
initial commit! ヽ(^o^)丿
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
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 |