-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
fix: gitignore was ignoring folders in src… #1287
Conversation
… or file fuzzy finder were not working, etc
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/docsify-core/docsify-preview/6k0o326rq |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e664a34:
|
|
||
--- | ||
|
||
* [ ] DO NOT include files inside `lib` directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason to keep this, it is listed in gitignore.
…so VS Code search results or file fuzzy finder were not working, etc
Summary
.gitignore
was ignoring stuff in thesrc
folder. VS Code respects.gitignore
, so this caused VS Code not to show me search results in files inside of thesrc/themes/
folder, and to not be able to open those files using the file palette (fuzzy finder).What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information:
lib
directory. (/lib
is in gitignore, why do we need this check box?)