clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Certain files should not be allowed for highlighting #16

Open hugodahl opened 5 years ago

hugodahl commented 5 years ago

As a developer, there are several classes of files which I do not want to have accessible for highlighting

SasquatchXYZ commented 5 years ago

Proposed: reading from .gitingore or a .twitchignore file to exclude files/file types from Twitch chat accessibility.

parithon commented 5 years ago

I have included the necessary functionality to accomplish this enhancement using a .twitchignore document but I'm waiting for @clarkio to finish his changes to the source before I publish a new PR.

~If you want to test it, I pushed the changes to my repo here.~

I've removed the branch for now.

clarkio commented 5 years ago

Should we introduce a separate file for this or leverage something like .gitignore or other conventional ignore files?