From 6eb09fe98f2da6469dfc6544c439bdca1389dc86 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Mon, 9 Jan 2017 11:34:06 +0800 Subject: [PATCH] Keep js[x] files ignoring --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b2034d2184..d6ac993045 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ config/base.yaml /.vscode/ /coverage yarn.lock +components/**/*.js +components/**/*.jsx +!components/**/__tests__/*.js +!components/**/__tests__/*.js.snap