Merge pull request #101 from Hestia-Homes/main

updating the serverless patterns'
This commit is contained in:
KhalimCK 2023-07-21 18:06:00 +01:00 committed by GitHub
commit 567eeeb9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: