Skip to content

Commit 29b23a7

Browse files
committed
title on hosting compiler config
1 parent 00d00ff commit 29b23a7

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.gitattributes

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Denote all files that are truly binary and should not be modified.
10+
*.png binary
11+
*.jpg binary
12+
13+
# Override classification for *.txt files, so they are highlighted as adblock files.
14+
# By default, Adblock language doesn't show up in the repository's language statistics,
15+
# but adding "linguist-detectable" will resolve this.
16+
*.txt linguist-language=AdBlock linguist-detectable

tools/hostscompilerconf.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1100,22 +1100,22 @@
11001100
"type": "hosts"
11011101
},
11021102
{
1103-
"name": "Persian Blocker ",
1103+
"name": "Persian Blocker Annoyance",
11041104
"source": "https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianAnnoyance.txt",
11051105
"type": "adblock"
11061106
},
11071107
{
1108-
"name": "Persian Blocker ",
1108+
"name": "Persian Blocker Blocker",
11091109
"source": "https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlocker.txt",
11101110
"type": "adblock"
11111111
},
11121112
{
1113-
"name": "Persian Blocker ",
1113+
"name": "Persian Blocker Blocker Hosts",
11141114
"source": "https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerHosts.txt",
11151115
"type": "adblock"
11161116
},
11171117
{
1118-
"name": "Persian Blocker ",
1118+
"name": "Persian Blocker Personal Blocker",
11191119
"source": "https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersonalBlocker.txt",
11201120
"type": "adblock"
11211121
},

0 commit comments

Comments
 (0)