mirror of
https://git.tonybark.com/standard-mdbook/house-at-pooh-corner.git
synced 2026-02-10 16:24:52 -05:00
Initial source commit 🎉
This commit is contained in:
commit
31162151ec
30 changed files with 3579 additions and 0 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/mdbook,obsidian,visualstudiocode
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=mdbook,obsidian,visualstudiocode
|
||||
|
||||
### MdBook ###
|
||||
book
|
||||
|
||||
|
||||
### Obsidian ###
|
||||
# config dir
|
||||
.obsidian/
|
||||
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
### VisualStudioCode Patch ###
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
.ionide
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/mdbook,obsidian,visualstudiocode
|
||||
Loading…
Add table
Add a link
Reference in a new issue