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 Mar 25, 2020
1 parent 4b36c97 commit e30321d
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 @@ -39,3 +39,5 @@ yarn-error.log*
junit.xml

*.tsbuildinfo

/.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 e30321d

Please sign in to comment.