mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Add examples to exclude
This commit is contained in:
parent
6e56dc427c
commit
88fed99408
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Cargo.lock
|
|||||||
tags
|
tags
|
||||||
.ctags
|
.ctags
|
||||||
*.bk
|
*.bk
|
||||||
|
TODO.txt
|
||||||
|
@ -3,7 +3,7 @@ authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|||||||
categories = ["command-line-interface", "gui"]
|
categories = ["command-line-interface", "gui"]
|
||||||
description = "A TUI (Text User Interface) library focused on ease-of-use."
|
description = "A TUI (Text User Interface) library focused on ease-of-use."
|
||||||
documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
|
documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
|
||||||
exclude = ["doc/**", "assets/**"]
|
exclude = ["doc/**", "assets/**", "examples/**"]
|
||||||
keywords = ["ncurses", "TUI", "UI"]
|
keywords = ["ncurses", "TUI", "UI"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "cursive"
|
name = "cursive"
|
||||||
|
Loading…
Reference in New Issue
Block a user