diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2023-03-07 01:30:02 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2023-03-07 01:30:02 +1300 |
| commit | 14013d04f5023e68b5a804c3735e909241795878 (patch) | |
| tree | d4624f3dd19db4ba5600bfc72d91500ea58f73c0 /.gitignore | |
Initial
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..0bbd4a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/docs/ +/lib/ +/bin/ +/.shards/ +*.dwarf + +# Libraries don't need dependency lock +# Dependencies will be locked in applications that use them +/shard.lock |
