From 5c82adbff4fd46035d09d9f733e83b5c9c365de5 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 6 Oct 2015 16:50:45 +0200 Subject: [PATCH] Added check.sh, and gitignores --- .gitignore | 1 + static/.gitignore | 1 + utils/check.sh | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 static/.gitignore create mode 100755 utils/check.sh diff --git a/.gitignore b/.gitignore index 90c237f..aa17548 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules +doc private.js mail.js diff --git a/static/.gitignore b/static/.gitignore new file mode 100644 index 0000000..7b4dcb5 --- /dev/null +++ b/static/.gitignore @@ -0,0 +1 @@ +js diff --git a/utils/check.sh b/utils/check.sh new file mode 100755 index 0000000..7a69393 --- /dev/null +++ b/utils/check.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd .. +jshint `find . -name "*.js" | grep -v -e "^./node_modules/" -e "^./js/" -e "./static/" -e "^./doc/" -e "\.min\.js$"| grep -v analyse.js` +jshint js/l3d