8fd8bf8792
* edited gitignore files
28 lines
260 B
Plaintext
28 lines
260 B
Plaintext
# mdbook files
|
|
book
|
|
book/*
|
|
theme/index.hbs
|
|
theme/pagetoc.css
|
|
theme/pagetoc.js
|
|
theme/*
|
|
theme
|
|
|
|
# ---------------
|
|
# Compiled assets
|
|
# ---------------
|
|
.sass-cache
|
|
_site
|
|
|
|
# ----------
|
|
# Developing
|
|
# ----------
|
|
todo.md
|
|
.vscode
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
theme/
|
|
theme
|
|
theme/*
|