Files
spacedrive/.gitattributes
Jamie Pine d90b486865 refactor: update project dependencies and remove unused components
- Removed the `prisma-client-rust` and `prisma-client-rust-sdk` dependencies from `Cargo.toml` to streamline the project.
- Deleted the `spacedrive-jobs-derive` crate, consolidating job registration functionality into the main job system.
- Updated the `.gitattributes` file to reflect changes in generated code tracking.
- Adjusted the `package.json` scripts for improved build processes and removed unnecessary commands.
- Enhanced the `combine.sh` script to correctly reference documentation paths.

These changes aim to simplify the project structure and improve maintainability.
2025-09-08 17:26:31 -04:00

20 lines
831 B
Plaintext

# Mark generated lockfiles as generated code
Cargo.lock -diff linguist-generated
pnpm-lock.yaml -diff linguist-generated
# Mark our codegen as generated code
/.github/actions/publish-artifacts/dist/index.js -diff linguist-generated
/apps/desktop/src/commands.ts linguist-generated
/crates/sync/example/web/src/utils/bindings.ts linguist-generated
/packages/assets/**/index.ts linguist-generated
/packages/client/src/core.ts linguist-generated
# Mark copied-in code as vendored, removing from language statistics
/apps/landing/src/plugins/rehype-image-size.js linguist-vendored
# Mark docs and examples as documentation, removing them from language statistics
/apps/landing/posts/* linguist-documentation
/docs/* linguist-documentation
/crates/*/example/**/* linguist-documentation
/crates/*/examples/**/* linguist-documentation