mirror of
https://git.tonybark.com/toolbox/dnd-sourcebook-template.git
synced 2026-02-10 08:14:49 -05:00
Initial source commit 🎉
This commit is contained in:
commit
d21246e7cb
12 changed files with 198 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