We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dec0e24 + 7a435be commit 9db3a60Copy full SHA for 9db3a60
guide/src/cli/init.md
@@ -67,4 +67,12 @@ mdbook init --title="my amazing book"
67
Create a `.gitignore` file configured to ignore the `book` directory created when [building] a book.
68
If not supplied, an interactive prompt will ask whether it should be created.
69
70
+```bash
71
+mdbook init --ignore=none
72
+```
73
+
74
75
+mdbook init --ignore=git
76
77
78
[building]: build.md
0 commit comments