Skip to content

Commit dc2e9c8

Browse files
authored
Remove excluded paths from main.yaml
Removed excluded paths from the workflow configuration.
1 parent 9cb2948 commit dc2e9c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.copier/workflows/main.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ defaults:
1515
deprecation_check:
1616
enabled: true
1717
file: "deprecated_examples.json"
18-
exclude:
19-
- "**/dist/**"
20-
- "**/build/**"
21-
- "**/.env"
22-
- "**/node_modules/**"
23-
- "**/.DS_Store"
24-
- "**/coverage/**"
25-
- "**/__pycache__/**"
26-
- "**/*.pyc"
2718

2819
# ============================================================================
2920
# WORKFLOW CONFIG REFERENCES

0 commit comments

Comments
 (0)