forked from Olympic/NTO-2025-Backend-TeamTask
Add allowed_changes.yml
This commit is contained in:
8
allowed_changes.yml
Normal file
8
allowed_changes.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: 1
|
||||
allowed_files:
|
||||
- "src/main/java/com/example/nto/*"
|
||||
- "src/main/resources/*"
|
||||
forbidden_files:
|
||||
- "src/main/resources/application.yml"
|
||||
- "src/main/resources/db.changelog/*"
|
||||
- "pom.xml"
|
||||
Reference in New Issue
Block a user