Skip to content

Chore: clean generated and local project files#8

Merged
aplf merged 4 commits into
mainfrom
codex/01-project-hygiene
Jul 11, 2026
Merged

Chore: clean generated and local project files#8
aplf merged 4 commits into
mainfrom
codex/01-project-hygiene

Conversation

@Gongamax

Copy link
Copy Markdown
Contributor

📖 Summary

Cleans repository hygiene before functional changes. This removes generated/local artifacts from version control, keeps local configuration out of commits, and adds a PR template for the remaining stack.

🤔 What has been done?

  • Removed tracked generated/local files such as native build outputs, local config, stale lock files, and old TODO artifacts.
  • Added code/config.example.json and updated ignore rules for local development files.
  • Removed the deprecated baseUrl option from the JavaScript project config.
  • Added the repository pull request template.

Evidence

  • npm run test:blockchain
  • npx expo export --platform ios
  • Manual QA completed

Review notes

Depends on: None

Out of scope:

  • Runtime feature behavior
  • Wallet integration changes
  • Blockchain/domain logic changes

Checklist

  • The PR has one clear responsibility
  • No secrets, private keys, or local endpoints are committed
  • Documentation reflects user-facing or setup changes
  • Dead code and obsolete dependencies were not introduced

@Gongamax
Gongamax requested review from Diogofmr and aplf July 11, 2026 13:55
@Gongamax Gongamax self-assigned this Jul 11, 2026

@aplf aplf left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems fine and ready to merge.

@aplf
aplf merged commit bcbabb7 into main Jul 11, 2026
2 checks passed
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.

2 participants