Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
cfd9b342
Commit
cfd9b342
authored
Feb 06, 2019
by
Hero Bird
Browse files
[pdsl] Adjust .gitignore and workspace Cargo.toml for latest renamings
parent
f9391538
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
cfd9b342
# Ignore build artifacts from the local tests sub-crate.
/target/
/pdsl_tests/target/
/pdsl_core/target/
/pdsl_derive/target/
/core/target/
/derive/target/
/examples/**/target/
/design/
/pdsl_tests/examples/
# Ignore backup files creates by cargo fmt.
**/*.rs.bk
...
...
Cargo.toml
View file @
cfd9b342
[workspace]
members
=
[
"
pdsl_
core"
,
# "
pdsl_
derive",
"core"
,
# "derive",
]
exclude
=
[
"examples/"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment