Added check.sh, and gitignores

This commit is contained in:
Thomas FORGIONE 2015-10-06 16:50:45 +02:00
parent ff4e63d85a
commit 5c82adbff4
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
doc
private.js
mail.js

1
static/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
js

4
utils/check.sh Executable file
View File

@ -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