-
Notifications
You must be signed in to change notification settings - Fork 0
chore: ignore wbfy test fixtures #739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # Project-specific settings (head) | ||
|
|
||
| test-fixtures/ | ||
|
|
||
| # Generated by @willbooster/willboosterify | ||
|
|
||
|
|
@@ -63,7 +64,8 @@ $RECYCLE.BIN/ | |
| .LSOverride | ||
|
|
||
| # Icon must end with two \r | ||
| Icon | ||
| Icon | ||
|
|
||
|
Comment on lines
+67
to
+68
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This manual change is problematic for several reasons:\n\n1. Generated Section: This part of the file is managed by |
||
|
|
||
| # Thumbnails | ||
| ._* | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of manually adding
test-fixtures/to the "head" section of this package's.gitignore, consider adding it to thecommonContentlist insrc/generators/gitignore.ts. Since these directories are generated during validation (as noted in the PR description), making this a default ignore rule in the generator would benefit all packages managed bywbfyand adhere to the repository's goal of reducing redundancy (Rule 6).References