Skip to content

Commit

Permalink
Merge pull request pytorch#43 from orionr/fix-gitignore-insights
Browse files Browse the repository at this point in the history
Adjust gitignore to include captum/insights/ files
  • Loading branch information
orionr authored Sep 24, 2019
2 parents 6348624 + 01ac317 commit 5a5d25a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dist/
downloads/
eggs/
.eggs/
insights/frontend/node_modules/
insights/frontend/.pnp/
insights/frontend/build/
captum/insights/frontend/node_modules/
captum/insights/frontend/.pnp/
captum/insights/frontend/build/
lib/
lib64/
parts/
Expand Down Expand Up @@ -49,13 +49,13 @@ wheels/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
insights/frontend/npm-debug.log*
insights/frontend/yarn-debug.log*
insights/frontend/yarn-error.log*
captum/insights/frontend/npm-debug.log*
captum/insights/frontend/yarn-debug.log*
captum/insights/frontend/yarn-error.log*

# Unit test / coverage reports
htmlcov/
insights/frontend/coverage
captum/insights/frontend/coverage
.tox/
.coverage
.coverage.*
Expand Down

0 comments on commit 5a5d25a

Please sign in to comment.