aletheia-app icon indicating copy to clipboard operation
aletheia-app copied to clipboard

Local changes that should not be tracked

Open bakersemail opened this issue 7 years ago • 1 comments

Hi Aletheia team,

After building the project locally and running it, some changes appear in git which probably should not: modified: build/addresses/SubmittedPapersIndex.development.json modified: build/contracts/Migrations.json modified: build/contracts/SubmittedPapersIndex.json

The differences in here appear to be time based or local build based. Can these be ignored in git?

bakersemail avatar Jul 15 '17 01:07 bakersemail

hmmm ahh you're right. Would you mind deleting them and .gitignoring them yourself?

Explaination: The app needs to know the ethereum address of the contracts to use and the easiest way is to deploy it with the code. But currently I've checked in the local dev version, so there's no need for that, it should only be the testnet and mainnet addresses that get checked in.

roo2 avatar Jul 17 '17 08:07 roo2