Added check.sh, and gitignores
This commit is contained in:
parent
ff4e63d85a
commit
5c82adbff4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
doc
|
||||
private.js
|
||||
mail.js
|
||||
|
1
static/.gitignore
vendored
Normal file
1
static/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
js
|
4
utils/check.sh
Executable file
4
utils/check.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user