Skip to content

Commit

Permalink
add '**/.git' to ignore patterns, or nothing will build, phetsims/chi…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 17, 2017
1 parent 5cd794f commit 32550a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grunt/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = function( grunt, target, buildConfig ) {

// Files to skip for linting
ignorePattern: [
'**/.git',
'**/build',
'**/node_modules',
'../scenery/snapshots/**',
Expand Down

0 comments on commit 32550a3

Please sign in to comment.