added gitignore

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-29 13:38:52 +01:00
parent 95bb0c3919
commit fbb9f9b745
3868 changed files with 12 additions and 11 deletions

18
node_modules/gulp-uglifyjs/.jshintrc generated vendored Executable file
View File

@@ -0,0 +1,18 @@
{
"bitwise": true,
"camelcase": true,
"curly": false,
"devel": true,
"eqeqeq": true,
"indent": 2,
"latedef": true,
"newcap": true,
"node": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"undef": true,
"unused": true
}