Last active
September 28, 2024 00:40
-
-
Save akimichi/d854c3a50db654fd2f664ca442249511 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--type-set=coffee=.coffee | |
--type-set=md=.md,.markdown | |
--type-set=text:ext:txt,tex | |
--nogroup | |
# Always color, even if piping to a another program | |
#--color | |
--ignore-file=is:package-lock.json | |
--ignore-dir=.idea | |
--ignore-dir=node_modules | |
--ignore-dir=bower_components | |
--ignore-dir=vendor | |
--ignore-dir=.pio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment