Cannot ignore folder
See original GitHub issueI tried "c-cpp-flylint.excludeFromWorkspacePaths": ["3rdParty", "CMakeFiles"],
but it still checking those folders, and cpu usage is always 100%.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:13 (11 by maintainers)
Top Results From Across the Web
gitignore does not ignore folder - Stack Overflow
Commit any changes that you need to fix/change. · Run this command: git rm -r --cached . (which removes everything from the git...
Read more >How to fix "gitignore not working" issue - gists · GitHub
Update .gitignore with the folder/file name you want to ignore. · Commit all the changes to git. Exclude the folder/files you don't want...
Read more >.gitignore File – How to Ignore Files and Folders in Git
Inside .gitignore , you can tell Git to ignore only a single file or a single folder by mentioning the name or pattern...
Read more >Visual Studio 2022 Can't gitignore .vs folder - Microsoft Q&A
Not sure what it is with Visual Studio 2022 but it seems it is not ignoring the .vs table in the .gitignore file...
Read more >Ignoring Files and Folders in Git - GeeksforGeeks
If we want to ignore a file in any directory we have to just write its name in the .gitignore file whether in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dzid26 I pushed a new version out with the change! Thanks so much!
Hello,
Would someone with this problem please post their configuration? I am not sure what is expanding all of them directories, into include parameters…
Thanks, -Joe