Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more file types to git ignore #1139

Merged
merged 1 commit into from
Apr 28, 2020

Conversation

jaladh-singhal
Copy link
Member

There are several filetypes that should go in .gitignore to prevent the developer mistakenly committing undesired files - so I've added following, which I encountered:

  1. .ipynb_checkpoints/ - It gets generated when any notebook present in repository is executed locally.
  2. .eggs/ - The dir which contain all .egg files and a README.txt (describing what it is purpose of it) - though .egg files are already ignored but not this readme file, so I ignored the entire dir
  3. docs/api - It contains API docs which get auto-generated each time when building docs - they are around 64 files which need not to be committed as the docs pipeline automatically generates them on each build.

@wkerzendorf wkerzendorf merged commit 0cd0f95 into tardis-sn:master Apr 28, 2020
@jaladh-singhal jaladh-singhal deleted the gitignore-update branch April 29, 2020 11:51
atharva-2001 pushed a commit to atharva-2001/tardis that referenced this pull request Oct 1, 2021
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