- # These files will be ignored by Git and by our linting tools:
- # grunt jshint
- # grunt jscs
- #
- # Be sure to append /** to folders to have everything inside them ignored.
- # All "dot directories".
- **/.*/**
- node_modules/**
- build/dist/**
- build/modules/**
- build/docs/**
- coverage/**
|