Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Should ignore pretty much everything in sites/all.
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed May 18, 2015
1 parent 56e5859 commit 5930d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bandaid.inc
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class Project {
}

/**
* Get files that git should ignore.
* Get files that git should ignore when doing diffs.
*
* @todo should do better than hardcoding D7 ignores.
*/
Expand All @@ -472,10 +472,10 @@ class Project {
'core.yml',
'core.omg.yml',
'core.local.patch',
'sites/all/modules',
'sites/all',
'!sites/all/modules/README.txt',
'sites/all/themes',
'!sites/all/themes/README.txt',
'sites/all/libraries/README.txt',
'sites/default',
'!sites/default/default.settings.php',
'profiles',
Expand Down

0 comments on commit 5930d9f

Please sign in to comment.