-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
21 lines (20 loc) · 1016 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Format
# wildcards
/*.txt linguist-language=adblock linguist-detectable
/regex/*.txt linguist-language=regex linguist-detectable
# defined lists
/ads.txt linguist-language=adblock linguist-detectable
/allowlist.txt linguist-language=adblock linguist-detectable
/core.txt linguist-language=adblock linguist-detectable
/core_heavy.txt linguist-language=adblock linguist-detectable
/core_light.txt linguist-language=adblock linguist-detectable
/firebog-ticklist.txt linguist-language=adblock linguist-detectable
/hostsvn.txt linguist-language=adblock linguist-detectable
/no-social-media.txt linguist-language=adblock linguist-detectable
/nrds-30days.txt linguist-language=adblock linguist-detectable
/porn.txt linguist-language=adblock linguist-detectable
/restrict-bypass.txt linguist-language=adblock linguist-detectable
/telemtry.txt linguist-language=adblock linguist-detectable
/threats.txt linguist-language=adblock linguist-detectable
# Auto detect text files and perform LF normalization
* text=auto eol=lf