Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Conversation

@t-imamichi
Copy link
Member

Summary

Remove all ipynb_checkpoints because it is listed in gitignore.
Some notebooks are file mode 755 (executable), so I change them into 644.

Details and comments

rm -r **/.ipynb_checkpoints
chmod 644 **/*.ipynb

@t-imamichi t-imamichi requested a review from jaygambetta as a code owner March 29, 2019 03:26
@attp
Copy link
Member

attp commented Mar 29, 2019

The checkpoint files shouldn't have been added to the repository in the first place.

@jaygambetta jaygambetta merged commit fed9fa4 into Qiskit:master Apr 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants