From 36c1817218a6356ff6a67a43f66a351fec3c200b Mon Sep 17 00:00:00 2001 From: Roy Razon Date: Wed, 4 Mar 2020 14:30:54 +0200 Subject: [PATCH] added .history to ignored files --- .gitignore | 2 ++ jest.config.js | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 44d7ab20ab8c..17f96a1a4920 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ yarn-error.log* junit.xml *.tsbuildinfo + +/.history \ No newline at end of file diff --git a/jest.config.js b/jest.config.js index cb189da42604..40c1d3ee1ab1 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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?$': '/packages/babel-jest',