Skip to content

Commit

Permalink
added .history to ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Apr 12, 2020
1 parent 0e60dee commit e44574f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ junit.xml
.yarn/unplugged/
.yarn/build-state.yml
e2e/async-regenerator/.yarn/

/.history
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
'/packages/jest-worker/src/__performance_tests__',
'/packages/pretty-format/perf/test.js',
'/e2e/__tests__/iterator-to-null-test.ts',
'/.history',
],
transform: {
'^.+\\.[jt]sx?$': '<rootDir>/packages/babel-jest',
Expand Down

0 comments on commit e44574f

Please sign in to comment.