Exclude GitHub files from published package
... | @@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening" | ... | @@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening" |
keywords = ["bevy", "animation", "easing", "tweening"] | keywords = ["bevy", "animation", "easing", "tweening"] | ||
license = "MIT OR Apache-2.0" | license = "MIT OR Apache-2.0" | ||
readme = "README.md" | readme = "README.md" | ||
exclude = ["examples/*.gif"] | exclude = ["examples/*.gif", ".github"] | ||
[dependencies] | [dependencies] | ||
interpolation = "0.2" | interpolation = "0.2" | ||
... | ... |
Please register or sign in to comment