mirror of
https://github.com/HorlogeSkynet/SSHubl.git
synced 2026-04-26 16:00:19 +02:00
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
# Trick to make (GitHub's) Linguist detect plugin sources as "programming" languages
|
|
*.sublime-* linguist-detectable
|
|
|
|
# Make (GitHub's) Linguist ignore vendored modules
|
|
sshubl/vendor/** linguist-vendored
|
|
|
|
# Exclude test files from the package
|
|
tests/* export-ignore
|