updated gitignore
This commit is contained in:
parent
fe256c949f
commit
13bd00b051
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/target
|
/target
|
||||||
|
.vscode
|
||||||
|
|
|
@ -9,6 +9,6 @@ repository = "https://git.palmoe.dk/vodofrede/eyes/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["parsing", "parse", "simple", "no-deps"]
|
keywords = ["parsing", "parse", "simple", "no-deps"]
|
||||||
categories = ["encoding", "parsing", "text-processing"]
|
categories = ["encoding", "parsing", "text-processing"]
|
||||||
|
exclude = [".gitignore"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue