Skip to content

chore(ci): Ignore generated files to get release process CI passing#1606

Merged
Tobbe merged 1 commit intomainfrom
tobbe-chore-ignore-generated-files
Apr 12, 2026
Merged

chore(ci): Ignore generated files to get release process CI passing#1606
Tobbe merged 1 commit intomainfrom
tobbe-chore-ignore-generated-files

Conversation

@Tobbe
Copy link
Copy Markdown
Member

@Tobbe Tobbe commented Apr 12, 2026

Also remove already tracked files from the git index that shouldn't have been tracked in the first place

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 12, 2026

Deploy Preview for cedarjs canceled.

Name Link
🔨 Latest commit e228413
🔍 Latest deploy log https://app.netlify.com/projects/cedarjs/deploys/69dbf65b8e932f00084f4682

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 12, 2026

Greptile Summary

This PR removes 65 auto-generated files from __fixtures__/example-todo-main/.cedar/ that were erroneously tracked in git (the fixture's .gitignore already lists .cedar as ignored, so future regenerations won't re-introduce them). It also updates .prettierignore to reflect the renamed local testing project directories (test-projectlocal-testing-project / local-testing-project-live) and adds api/db/generated/ ignore entries for both. The docs in docs/implementation-docs/2026-03-26-cedarjs-project-overview.md remain factually accurate — no source-level behavior was changed.

Confidence Score: 5/5

Safe to merge — purely removes accidentally-tracked generated artifacts and syncs .prettierignore with renamed directories

No logic changes; all deletions are auto-generated files already covered by the fixture's .gitignore, and the .prettierignore updates match the renamed local testing project paths

No files require special attention

Important Files Changed

Filename Overview
.prettierignore Updated to replace /test-project/ paths with /local-testing-project/ and /local-testing-project-live/, also adding api/db/generated/ entries; drops the old .redwood/ ignore line which is correct for CedarJS-only projects
fixtures/example-todo-main/.cedar/schema.graphql Deleted auto-generated GraphQL schema; correctly removed from git index since the fixture's .gitignore already lists .cedar as an ignored directory
fixtures/example-todo-main/.cedar/prebuild/api/src/functions/graphql.js Deleted generated prebuild artifact; representative of 14 other deleted prebuild JS files, all of which should never have been tracked in git
fixtures/example-todo-main/.cedar/types/includes/web-routerRoutes.d.ts Deleted generated TypeScript declaration file; representative of the 49 other deleted type declarations and sourcemaps in the .cedar/types/ tree

Reviews (1): Last reviewed commit: "chore(ci): Ignore generated files to get..." | Re-trigger Greptile

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Apr 12, 2026

🤖 Nx Cloud AI Fix

Ensure the fix-ci command is configured to always run in your CI pipeline to get automatic fixes in future runs. For more information, please see https://nx.dev/ci/features/self-healing-ci


View your CI Pipeline Execution ↗ for commit e228413

Command Status Duration Result
nx run-many -t build:pack --exclude create-ceda... ✅ Succeeded 9s View ↗
nx run-many -t test --minWorkers=1 --maxWorkers=4 ✅ Succeeded 5s View ↗
nx run-many -t test:types ✅ Succeeded 12s View ↗
nx run-many -t build ✅ Succeeded 10s View ↗

☁️ Nx Cloud last updated this comment at 2026-04-12 20:03:10 UTC

@Tobbe Tobbe added this to the chore milestone Apr 12, 2026
@Tobbe Tobbe merged commit f86a97b into main Apr 12, 2026
47 of 48 checks passed
@Tobbe Tobbe deleted the tobbe-chore-ignore-generated-files branch April 12, 2026 20:25
@Tobbe Tobbe modified the milestones: chore, v4.0.0 Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant