Calc 67
Search the build
-
92035302026-05-30 fix: remove 128MB source archive from public/ (served asset leak) + add archive/backup patterns to .gitignore -
6648c942026-05-07 tighten .gitignore: add missing standing-rule patterns (tmp/ *.log dist/) -
cb71b6f2026-05-06 initial snapshot — gitify all builds (CLAUDE.md rule 2026-05-06)
Authors
- Steve3
Agents used
Skills used
- /backup1
Creative ideas + design notes
9203530 · 2026-05-30 · fix: remove 128MB source archive from public/ (served asset leak) + add archive/backup patterns to .gitignore
public/67calc.tar.gz was tracked in git and would be served at /67calc.tar.gz by Next.js static file serving. Removed the file, untracked it, and added *.tar.gz / *.bak / *.orig / *.old etc. to .gitignore to prevent recurrence. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
File tree
- .gitignore
- 67calc.tar.gz
- APP_STORE_ASSETS_CHECKLIST.md
- APP_STORE_COPY_PASTE.txt
- DEPLOY.md
- FEATURES.md
- FINAL_STEPS_WHEN_READY.md
- FINAL_SUBMISSION_GUIDE.md
- README.md
- SUBMISSION_GUIDE.md
- XCODE_AND_APPSTORE_GUIDE.md
- app/globals.css
- app/icon.svg
- app/layout.tsx
- app/page.tsx
- app/privacy/page.tsx
- app/support/page.tsx
- capacitor.config.ts
- components/BMICalculator.tsx
- components/MortgageCalculator.tsx
- components/ScientificCalculator.tsx
- components/TipCalculator.tsx
- ios/.gitignore
- ios/App/App.xcodeproj/project.pbxproj
- ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
- ios/App/App/AppDelegate.swift
- ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png
- ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json
- ios/App/App/Assets.xcassets/Contents.json
- ios/App/App/Assets.xcassets/Splash.imageset/Contents.json
- ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png
- ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png
- ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png
- ios/App/App/Base.lproj/LaunchScreen.storyboard
- ios/App/App/Base.lproj/Main.storyboard
- ios/App/App/Info.plist
- ios/App/Podfile
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- public/celebration.mp3
- public/favicon.svg
- public/icon-192.png
- public/icon-512.png
- public/icon.svg
- public/manifest.json
- tailwind.config.ts
- tsconfig.json
- vercel.json