Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain files should not be allowed for highlighting #16

Open
hugodahl opened this issue Jan 4, 2019 · 3 comments
Open

Certain files should not be allowed for highlighting #16

hugodahl opened this issue Jan 4, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@hugodahl
Copy link

hugodahl commented Jan 4, 2019

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

  • Secrets
  • External files, such as ./node_modules/**
  • Generated/Compiled/Transpiled files, such as *.ts => *.js
@clarkio clarkio added the enhancement New feature or request label Jan 24, 2019
@SasquatchXYZ
Copy link

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

@parithon
Copy link
Collaborator

parithon commented Feb 6, 2019

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
Copy link
Owner

clarkio commented Feb 7, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants