cleanedup gitignore
This commit is contained in:
@@ -1,27 +1,15 @@
|
||||
# mdbook files
|
||||
book
|
||||
book/*
|
||||
theme/index.hbs
|
||||
theme/pagetoc.css
|
||||
theme/pagetoc.js
|
||||
theme/*
|
||||
theme
|
||||
book/
|
||||
theme/
|
||||
|
||||
# ---------------
|
||||
# Compiled assets
|
||||
# ---------------
|
||||
.sass-cache
|
||||
_site
|
||||
|
||||
# ----------
|
||||
# Developing
|
||||
# ----------
|
||||
todo.md
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# OSX
|
||||
.DS_Store
|
||||
|
||||
theme/
|
||||
theme
|
||||
theme/*
|
||||
|
||||
@@ -49,7 +49,7 @@ extra-watch-dirs = [] # directories to watch for triggering builds
|
||||
##########
|
||||
|
||||
[output.html]
|
||||
theme = "theme" # this is the default if not explicitly set
|
||||
#theme = "theme" # this is the default if not explicitly set
|
||||
default-theme = "coal"
|
||||
preferred-dark-theme = "coal"
|
||||
curly-quotes = true
|
||||
@@ -74,7 +74,7 @@ level = 0 # the depth to start folding
|
||||
editable = false # allows editing the source code
|
||||
copyable = true # include the copy button for copying code snippets
|
||||
copy-js = true # includes the JavaScript for the code editor
|
||||
line-numbers = false # displays line numbers for editable code
|
||||
line-numbers = true # displays line numbers for editable code
|
||||
runnable = true # displays a run button for rust code
|
||||
|
||||
# options for the built in text search
|
||||
|
||||
Reference in New Issue
Block a user