cleanedup gitignore

This commit is contained in:
mfahampshire
2024-02-06 16:23:49 +01:00
parent ed92e521d7
commit c1fcbb1659
2 changed files with 5 additions and 17 deletions
+3 -15
View File
@@ -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/*
+2 -2
View File
@@ -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