aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--.npmignore2
-rw-r--r--circle.yml1
-rw-r--r--package.json1
4 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0259fac66b0..69a42dbf918 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
/node_modules
/config.js
-/npm-debug.log
/coverage
/dist
+/tmp
.DS_Store
-*.log
+.jest-cache
+/*.log
diff --git a/.npmignore b/.npmignore
index 6ada11d8a7c..6331739ccf3 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,5 +1,6 @@
/bin
/coverage
+/docs
/test
node_modules
.DS_Store
@@ -7,6 +8,7 @@ node_modules
.eslintrc.js
.gitattributes
.gitignore
+.jest-cache
circle.yml
config.js
npm-debug.log
diff --git a/circle.yml b/circle.yml
index d8629193fca..2600ea176ff 100644
--- a/circle.yml
+++ b/circle.yml
@@ -12,6 +12,7 @@ dependencies:
override:
- yarn install --frozen-lockfile
cache_directories:
+ - .jest-cache
- ~/.cache/yarn
- ~/.yarn
diff --git a/package.json b/package.json
index 1cc2847cfbe..7f2b4122fa2 100644
--- a/package.json
+++ b/package.json
@@ -91,6 +91,7 @@
]
},
"jest": {
+ "cacheDirectory": ".jest-cache",
"coverageDirectory": "./coverage",
"collectCoverage": true,
"collectCoverageFrom": [