question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Have the ability to override ignoring files

See original GitHub issue

Hi, It should be interesting to push ignoring files in configuration with default values…

For example, in my project, we want to use the README.md as a “landing page”.

For reference : https://github.com/pedronauck/docz/blob/e0a95b342822ab65e48cb327049800aba54b1455/packages/docz-core/src/Entries.tsx#L83

(btw, I’m not sure if it’s a bug, but html in markdown create a rendering error in mdx)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
zww-v5commented, Nov 4, 2019

can I ignore the whole folder?

2reactions
pedronauckcommented, Sep 20, 2018

Thanks, this feature will be added in the next release 🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to override a rule set in .gitignore - Stack Overflow
There is an easy way how to override rules in a .gitignore file -- simply make a new ... Override an ignore for...
Read more >
Use .ignore to override files in .gitignore · Issue #1308 - GitHub
My project is composed of multiple git repos, but not as submodules. So the root is one git repository, and various components are...
Read more >
.gitignore File – How to Ignore Files and Folders in Git
Git can only ignore untracked files that haven't yet been committed to the repository.
Read more >
Ignoring in Git: How To Use .gitignore Files - BMC Software
When making commits to any Git repository, you'll choose the files you want to stage and then you'll commit them.
Read more >
Ignore files in your Git repo - Azure - Microsoft Learn
Learn how to exclude files from Git version control by using gitignore and exclude files, the git update-index command, and repo management.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found