diff --git a/Cargo.toml b/Cargo.toml index 92dccfc..ffe79c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A Python module implemented in Rust for serializing and deseriali repository = "https://github.com/VirxEC/rlbot-flatbuffers-py" license = "MIT" readme = "README.md" -exclude = [".github", "pytest.py", "rustfmt.toml", ".gitignore"] +exclude = [".github", "pytest.py", "rustfmt.toml", ".gitignore", ".gitmodules"] publish = false [lints.clippy]