Skip to content

Commit

Permalink
Update cookiecutter.json to include workflow configuration path
Browse files Browse the repository at this point in the history
- Added the path to the GitHub Actions workflow file for format-lint-test in the file exclusion list.
- This change improves project setup by ensuring the workflow file is recognized and properly handled during project generation.
  • Loading branch information
wyattowalsh committed Dec 4, 2024
1 parent 7b1a092 commit d442240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"*.png",
"*.jpg",
"*.svg",
"*.ico"
"*.ico",
"{{cookiecutter.project_slug}}/.github/workflows/format-lint-test.yml"
],
"_new_lines": "\n"
}

0 comments on commit d442240

Please sign in to comment.