Merge pull request #1287 from docsifyjs/fix-gitignore

fix: gitignore was ignoring folders in src…
This commit is contained in:
Joe Pea 2020-07-16 07:56:40 -07:00 committed by GitHub
commit 117405b2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 13 deletions

View File

@ -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
View File

@ -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