-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from freelawproject/318-avoid-duplicate-banners
fix(banners): Add logic to avoid duplicating RECAP banners
- Loading branch information
Showing
6 changed files
with
559 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# .git-blame-ignore-revs | ||
# This file lists commits that changed large sections of the code and are best | ||
# ignored by git blame (which tools like PyCharm use for their "annotate" | ||
# feature). | ||
# | ||
# To use this file, go to the root of this project, and run: | ||
# | ||
# git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
||
|
||
# Change code styling in content_delegate.js | ||
d891dad8127683ab8263d61b1bee71db0d08a4ef | ||
|
||
# Change code styling in ContentDelegateSpec.js | ||
16cf83c12d9bb3edc350abf7002abca312211fe2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.