File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
src /mirror /** /*
2
+ ** /* .gif
3
+ ** /* .png
4
+ ** /* .jpeg
5
+ ** /* .pdf
6
+
7
+ # Have to ignore this one because it is injected in nunjucks templates
8
+ # and it uses `setupCommentsInPage({{ commentIssueId }});` which is not valid JS
9
+ # but becomes valid once the nunjucks injects the code and replaces `{ commentIssueId }`
10
+ src /_includes /scripts /githubComments.js
Original file line number Diff line number Diff line change @@ -123,5 +123,5 @@ function setupCommentsInPage(commentIssueId) {
123
123
} ) ;
124
124
}
125
125
126
- // prettier-ignore `{ commentIssueId }` is actually nunjucks data once this script is injected in pages
126
+ // `{ commentIssueId }` is actually nunjucks data once this script is injected in the pages
127
127
setupCommentsInPage ( { { commentIssueId } } ) ;
You can’t perform that action at this time.
0 commit comments