mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
fix: gitignore was ignoring folders in src, so VS Code search results or file fuzzy finder were not working, etc
This commit is contained in:
parent
7ea391bfa7
commit
d4c9247b87
10
.gitignore
vendored
10
.gitignore
vendored
@ -2,10 +2,10 @@
|
||||
.DS_Store
|
||||
.idea
|
||||
node_modules
|
||||
themes/
|
||||
lib/
|
||||
cypress/integration/examples
|
||||
cypress/fixtures/docs
|
||||
/themes/
|
||||
/lib/
|
||||
/cypress/integration/examples
|
||||
/cypress/fixtures/docs
|
||||
|
||||
# exceptions
|
||||
!.gitkeep
|
||||
!.gitkeep
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user