chore: Exclude unneeded files from crates.io
diff --git a/Cargo.toml b/Cargo.toml
index 82b3a22..52896f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@
 keywords = ["syn", "macros"]
 categories = ["development-tools::procedural-macro-helpers"]
 readme = "README.md"
+exclude = ["/.github/**", "/scripts/**", "/.editorconfig", "/.rustfmt.toml", "/clippy.toml"]
 description = """
 Providing the features between \"full\" and \"derive\" of syn.
 """