README.md
author eyeokg <k.galczynski@eyeo.com>
Tue, 01 Oct 2024 08:02:53 +0200
changeset 25704 4c03dcd1e5aa
child 25705 d7bf4e5f34aa
permissions -rw-r--r--
Initial commit for domains variables

# Exceptionrules

This is a project which contains filter rules in order for Acceptable Ads program to work

***IMPORTANT:*** After cloning the project, you need to run the following command in order to add the pre-commit hook:

```sh
chmod +x pre-commit && mv pre-commit .git/hooks/pre-commit  
```