Skip to content

Commit

Permalink
Don't commit the book
Browse files Browse the repository at this point in the history
To avoid bloating commits, don't commit any auto generated from the
book.

type: development
  • Loading branch information
casey committed Apr 21, 2020
1 parent 28114c3 commit 4d67d3a
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 510 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
mdbook-version: latest

- name: Build Book
run: mdbook build book --dest-dir ../www/book
run: |
cargo run --package gen book
mdbook build book --dest-dir ../www/book
- name: Record Git Revision
if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest'
Expand Down
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
/target
**/*.rs.bk
/www/book
/book/book
/wiki
/book/src/SUMMARY.md
/book/src/bittorrent.md
/book/src/commands.md
/book/src/commands/
/book/src/faq.md
/book/src/introduction.md
/book/src/references
/book/src/references.md
/completions
/target
/wiki
/www/book
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog

UNRELEASED - 2020-04-21
-----------------------
- :wrench: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Don't commit shell completion scripts - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Don't commit the book - _Casey Rodarmor <casey@rodarmor.com>_
- :wrench: [`28114c3d64dd`](https://github.com/casey/intermodal/commit/28114c3d64dde5e0275c936b0019eaf4760ba559) Don't commit shell completion scripts - _Casey Rodarmor <casey@rodarmor.com>_
- :art: [`4f4464e3a2a7`](https://github.com/casey/intermodal/commit/4f4464e3a2a7f4aaffea8dbe38dd110ad9be4393) Get `st_flags` from `MetadataExt` on MacOS - _Casey Rodarmor <casey@rodarmor.com>_
- :sparkles: [`deca555ac3b3`](https://github.com/casey/intermodal/commit/deca555ac3b3b8f665ee6415f80e05b2bb5e4af7) Allow suppressing output with `--quiet` - Fixes [#174](https://github.com/casey/intermodal/issues/174) - _Celeo <celeodor@gmail.com>_
- :books: [`838167c4d3bc`](https://github.com/casey/intermodal/commit/838167c4d3bcbe2fa28f27a00bd94b959ad31e15) Describe in FAQ creating torrent from git repo - _Casey Rodarmor <casey@rodarmor.com>_
Expand Down
29 changes: 0 additions & 29 deletions book/src/SUMMARY.md

This file was deleted.

5 changes: 0 additions & 5 deletions book/src/bittorrent.md

This file was deleted.

5 changes: 0 additions & 5 deletions book/src/commands.md

This file was deleted.

20 changes: 0 additions & 20 deletions book/src/commands/imdl-completions.md

This file was deleted.

142 changes: 0 additions & 142 deletions book/src/commands/imdl-torrent-create.md

This file was deleted.

25 changes: 0 additions & 25 deletions book/src/commands/imdl-torrent-link.md

This file was deleted.

13 changes: 0 additions & 13 deletions book/src/commands/imdl-torrent-piece-length.md

This file was deleted.

17 changes: 0 additions & 17 deletions book/src/commands/imdl-torrent-show.md

This file was deleted.

31 changes: 0 additions & 31 deletions book/src/commands/imdl-torrent-stats.md

This file was deleted.

21 changes: 0 additions & 21 deletions book/src/commands/imdl-torrent-verify.md

This file was deleted.

24 changes: 0 additions & 24 deletions book/src/commands/imdl-torrent.md

This file was deleted.

Loading

0 comments on commit 4d67d3a

Please sign in to comment.