updating the serverless patterns'

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-21 18:05:31 +01:00
parent 7095d6297b
commit e4610833a1

View file

@ -33,8 +33,10 @@ package:
- '!backend/tests/**'
- 'recommendations/**'
- '!recommendations/tests/**'
- 'model_data/BaseUtility.py'
# Exclude all of model_data but then re-include the files we need
- '!model_data/**'
- 'model_data/BaseUtility.py'
- 'model_data/__init__.py'
- '!infrastructure/**'
- '!data_collection/**'
- '!node_modules/**'
@ -42,6 +44,7 @@ package:
- '!open_uprn/**'
- '!land_registry/**'
- '!pytest.ini'
- '**/README.md'
plugins: