Skip to content

Commit a25c4fb

Browse files
authored
Merge pull request #97 from mongodb/cbullinger-patch-1
Remove exclusion for .env.* files in workflow
2 parents 61e3650 + dc2e9c8 commit a25c4fb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.copier/workflows/main.yaml

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

2919
# ============================================================================
3020
# WORKFLOW CONFIG REFERENCES
@@ -67,4 +57,4 @@ workflow_configs:
6757
repo: "cbullinger/aggregation-tasks"
6858
branch: "main"
6959
path: "copier-config.yaml"
70-
enabled: true
60+
enabled: true

0 commit comments

Comments
 (0)