mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-04 13:09:14 +08:00
Merge pull request #1287 from docsifyjs/fix-gitignore
fix: gitignore was ignoring folders in src…
This commit is contained in:
commit
117405b2d7
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -14,6 +14,7 @@
|
||||
- [ ] Refactor
|
||||
- [ ] Docs
|
||||
- [ ] Build-related changes
|
||||
- [ ] Repo settings
|
||||
- [ ] Other, please describe:
|
||||
|
||||
If changing the UI of default theme, please provide the **before/after** screenshot:
|
||||
@ -44,11 +45,3 @@ If adding a **new feature**, the PR's description includes:
|
||||
- [ ] Related tests have been updated
|
||||
|
||||
To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it.
|
||||
|
||||
|
||||
**Other information:**
|
||||
|
||||
---
|
||||
|
||||
* [ ] DO NOT include files inside `lib` directory.
|
||||
|
||||
|
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…
Reference in New Issue
Block a user