Stop tracking policy.yaml and add it to .gitignore

This commit is contained in:
agessaman
2026-06-09 09:44:58 -07:00
parent 183650228e
commit 0b4571cb68
2 changed files with 1 additions and 20 deletions
+1
View File
@@ -53,6 +53,7 @@ htmlcov/
# Config
config.yaml
config.yaml.backup
policy.yaml
identity.json
# Data
-20
View File
@@ -1,20 +0,0 @@
policy_engine:
enabled: false
default_action: allow
rules:
- id: 1
name: Drop GRP_DATA
enabled: true
if:
all:
- field: payload_type
op: equals
value: 6
then:
action: drop
objects:
channel_hash_groups: {}
pubkey_groups: {}
groups:
channel_hashes: []
pubkeys: []