I've used the nx migrate command that generated a migrations.json file at the root of my project. I've ran the migrations and they were successful.
I've committed the changes done by the migration and now considering if there's a point in keeping the migrations.json file, as its changes are already applied and committed.
I'm thinking of removing the file from the repo or even gitignoring it. Will removing the file affect future migrations in any way?