Compare commits

...

2 Commits

Author SHA1 Message Date
Nimble c392ab8faa unfuckery 2023-01-29 15:38:06 -06:00
Nimble a4e958b3a0 update gitignore 2023-01-29 15:36:28 -06:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,6 +2,6 @@
/lib/
/bin/
/.shards/
/specs/files/
/spec/files/
*.dwarf
*.lock

View File

@ -1,3 +1,5 @@
# This is code for CLI and flags, should be build and tried, not ran.
require "option_parser"
require "colorize"