Skip to content

Commit

Permalink
Adding new jshint and gitignore from Kibana server project to ease me…
Browse files Browse the repository at this point in the history
…rges
  • Loading branch information
simianhacker committed Sep 8, 2014
1 parent 48c4a2c commit b24ac94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.DS_Store
node_modules
src/bower_components
bower_components
**/*.css
trash
build
target
.jruby
2 changes: 1 addition & 1 deletion TODOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
- **[test/unit/specs/directives/timepicker.js](https://github.com/elasticsearch/kibana4/blob/master/test/unit/specs/directives/timepicker.js)**
- This should not be needed, timefilter is only included here, it should move
- **[test/unit/specs/directives/typeahead.js](https://github.com/elasticsearch/kibana4/blob/master/test/unit/specs/directives/typeahead.js)**
- This should not be needed, timefilter is only included here, it should move
- This should not be needed, timefilter is only included here, it should move
5 changes: 3 additions & 2 deletions tasks/config/jshint.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ module.exports = function (grunt) {
ignores: [
'node_modules/*',
'dist/*',
'sample/*'
'sample/*',
'<%= src %>/kibana/bower_components/**/*'
]
}
};
};
};

0 comments on commit b24ac94

Please sign in to comment.