Ignore node_modules in backups

This commit is contained in:
Giuseppe Criscione 2023-12-31 12:17:06 +01:00
parent c5df35de86
commit be626667fc

View File

@ -10,7 +10,7 @@ backup:
- '*.gitignore'
- '*.gitkeep'
- 'backup/*'
- '*.yarn/*'
- '*node_modules/*'
cache:
enabled: false