generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19b2a6e
commit 5054a51
Showing
9 changed files
with
156 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,40 @@ | ||
# Not sure what a .gitignore is? | ||
# See: https://git-scm.com/docs/gitignore | ||
|
||
# These are directly copied from Jekyll's first-party docs on `.gitignore` files: | ||
# https://jekyllrb.com/tutorials/using-jekyll-with-bundler/#commit-to-source-control | ||
|
||
# Ignore the default location of the built site, and caches and metadata generated by Jekyll | ||
_site/ | ||
.sass-cache/ | ||
.jekyll-cache/ | ||
.jekyll-metadata | ||
|
||
# Ignore folders generated by Bundler | ||
.bundle/ | ||
vendor/ | ||
# Ignore system and IDE files | ||
.DS_Store | ||
.vscode/ | ||
|
||
# Node modules (if using npm for any reason) | ||
node_modules/ | ||
|
||
# Docsify generated files | ||
_sidebar.md | ||
|
||
# Logs | ||
*.log | ||
|
||
# Environment variables | ||
.env | ||
|
||
# Docker | ||
Dockerfile | ||
.dockerignore | ||
|
||
# Makefile | ||
Makefile | ||
|
||
# Temporary files | ||
*.tmp | ||
*.swp | ||
*.swo | ||
|
||
# Build output (if any) | ||
dist/ | ||
build/ | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage/ | ||
|
||
# Optional: ignore local development server files | ||
.docsify/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.