Initial commit
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# mdBook output
|
||||
/book
|
||||
|
||||
# IDE/Editor specific
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.idea/
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Rust build artifacts (if applicable)
|
||||
target/
|
||||
|
||||
# Node.js modules (if applicable)
|
||||
node_modules/
|
||||
@@ -0,0 +1,5 @@
|
||||
[book]
|
||||
authors = []
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
@@ -0,0 +1,3 @@
|
||||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
@@ -0,0 +1 @@
|
||||
# Chapter 1
|
||||
Reference in New Issue
Block a user