diff --git a/.gitignore b/.gitignore index 3dc7117..2a192c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ app/node_modules -.DS_Store \ No newline at end of file +.DS_Store +commit-info.ts \ No newline at end of file diff --git a/app/src/generated/commit-info.ts b/app/src/generated/commit-info.ts index c1a1cb3..ffea68e 100644 --- a/app/src/generated/commit-info.ts +++ b/app/src/generated/commit-info.ts @@ -1,2 +1,2 @@ // Auto-generated by scripts/generate-commit-info.mjs -export const COMMIT_CODE = "a75f970" as const +export const COMMIT_CODE = "ec96771" as const