Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
infra: clean up .gitignore (#272)
Browse files Browse the repository at this point in the history
This change removes items that belong in one's global .gitignore (e.g. IDEA files),
and alphabetizes the list.
  • Loading branch information
laurenyu authored Jun 19, 2020
1 parent 8d59a4a commit c4b0ca5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
.idea
.cache/
build/
dist/
**/*.pyc
**/__pycache__/
**/sagemaker_containers.egg-info
.cache/
.coverage
.mypy_cache/**
.pytest_cache/
.tox/
build/
dist/
htmlcov
**/sagemaker_containers.egg-info
**/*.pyc
.mypy_cache/**
.DS_Store

0 comments on commit c4b0ca5

Please sign in to comment.