From 602c8610bfabd5bfa523d3ac65a56ac1e37e3188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 13 Jun 2018 10:40:30 +0200 Subject: [PATCH] misc: ignore jshint files They are automatically created by precommit-hook: https://github.com/nlf/precommit-hook/blob/362a2024982af1986ccb4c332b9642b3a58f9672/bin/install#L5-L6 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 33b0a1c40..9fe0eb348 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,8 @@ buck-out/ # Bundle artifact *.jsbundle + +# precommit-hook +.jshintignore +.jshintrc +