fix(generate): remove excludes in Package.swift

This commit is contained in:
Dave Abrahams 2024-09-16 18:40:21 -07:00 committed by GitHub
parent ff813a311b
commit 112acd5b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 44 deletions

View file

@ -14,29 +14,6 @@ let package = Package(
name: "TreeSitterCAMEL_PARSER_NAME",
dependencies: [],
path: ".",
exclude: [
"Cargo.toml",
"Makefile",
"binding.gyp",
"bindings/c",
"bindings/go",
"bindings/node",
"bindings/python",
"bindings/rust",
"prebuilds",
"grammar.js",
"package.json",
"package-lock.json",
"pyproject.toml",
"setup.py",
"test",
"examples",
".editorconfig",
".github",
".gitignore",
".gitattributes",
".gitmodules",
],
sources: [
"src/parser.c",
// NOTE: if your language has an external scanner, add it here.