/ .gitignore
.gitignore
1 /lib/ 2 /bin/ 3 /.shards/ 4 *.dwarf 5 6 # Libraries don't need dependency lock 7 # Dependencies will be locked in applications that use them 8 /shard.lock 9 10 # Don't check in mkdoc generation 11 public/ 12 .venv/ 13 coffee_shop 14 lib/ 15 examples/build 16 spec/support/downloads/