Skip to content

Commit

Permalink
updated: exclusions, inclusions and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Feb 10, 2024
1 parent a7e3810 commit dc022b6
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build the filter🚀

on:
workflow_dispatch:
# schedule:
# - cron: "00 17 * * SAT"
push:
branches: ["main"]
schedule:
- cron: "00 17 * * SAT"
# push:
# branches: ["main"]
# pull_request:
# branches: [ "main" ]

Expand All @@ -22,9 +22,9 @@ jobs:
uses: actions/[email protected]

- name: Install NodeJS
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Get yarn cache directory
Expand Down
65 changes: 65 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,68 @@
.vscode
.git
.env
.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
pids
*.pid
*.seed
*.pid.lock
lib-cov
coverage
*.lcov
.nyc_output
.grunt
bower_components
.lock-wscript
build/Release
node_modules/
jspm_packages/
web_modules/
*.tsbuildinfo
.npm
.eslintcache
.stylelintcache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.node_repl_history
*.tgz
.yarn-integrity
.env.development.local
.env.test.local
.env.production.local
.env.local
.cache
.parcel-cache
.next
out
.nuxt
dist
.cache/
.vuepress/dist
.temp
.docusaurus
.serverless/
.fusebox/
.dynamodb/
.tern-port
.vscode-test
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
!.yarn/cache
10 changes: 8 additions & 2 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
{
"name": "Peter Lowe's List",
"source": "https://gist.githubusercontent.com/ammnt/3a80ed4acc6fa1138da205cf03e59662/raw/067dc224599f948d43beb7c440678dd1498f1a83/adservers.txt",
"type": "hosts",
"source": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext",
"type": "adblock",
"transformations": ["Compress"]
},
{
Expand Down Expand Up @@ -129,6 +129,12 @@
"type": "hosts",
"transformations": ["Compress"]
},
{
"name": "AdGuard CNAME disguised ads list",
"source": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_ads.txt",
"type": "adblock",
"transformations": ["Compress"]
},
{
"name": "AdGuard CNAME disguised trackers list",
"source": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_trackers.txt",
Expand Down
2 changes: 2 additions & 0 deletions exclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,5 @@
||zencdn.net^
||smarturl.it^
||abt.s3.yandex.net^
||list.ru^
||qip.ru^
2 changes: 0 additions & 2 deletions inclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@
||dmp.omnichannel.ru^
||sysstat.tildacdn.com^
||aemetrics.aliexpress.ru^
||ustore.bz^
||pltraffic*.com^
||edna.ru^
||wilafhhbdyewgbd.xyz^
Expand Down Expand Up @@ -1269,7 +1268,6 @@
||tflixxscdn*.xyz^
||y1zoxngxp.com^
||events.ivi.ru^
||3fdg45stoiydgme2lgjy8.store^
||kevents.auth.gid.ru^
||events.framer.com^
||cnt.worldota.net^
Expand Down

0 comments on commit dc022b6

Please sign in to comment.