Skip to content

Commit

Permalink
Add .gitmodules to exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Jan 28, 2024
1 parent 462b319 commit 66368ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 66368ee

Please sign in to comment.