From 7ff6aece9b814f99b15bacf94d7520b0afc27468 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Mon, 22 Jan 2018 22:25:08 -0600 Subject: [PATCH] add .eslintignore --- .eslintignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..b1cc6d4 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,8 @@ +# Ignore third-party packages +node_modules + +# Ignore third-party icon sets +iconsets + +# Ignore Atom folder when running Travis +atom