.gitignore 164 B

1234567891011
  1. /docs/
  2. /lib/
  3. /bin/*
  4. !/bin/luce.cr
  5. /.shards/
  6. *.dwarf
  7. # Libraries don't need dependency lock
  8. # Dependencies will be locked in applications that use them
  9. /shard.lock