Skip to content

Commit 9cb2948

Browse files
authored
Remove exclusion for .env.* files in workflow
1 parent 61e3650 commit 9cb2948

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.copier/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ defaults:
1919
- "**/dist/**"
2020
- "**/build/**"
2121
- "**/.env"
22-
- "**/.env.*"
2322
- "**/node_modules/**"
2423
- "**/.DS_Store"
2524
- "**/coverage/**"
@@ -67,4 +66,4 @@ workflow_configs:
6766
repo: "cbullinger/aggregation-tasks"
6867
branch: "main"
6968
path: "copier-config.yaml"
70-
enabled: true
69+
enabled: true

0 commit comments

Comments
 (0)