-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enhance add_dirs with exclusion feature #61
Conversation
JonatanAntoni
commented
Mar 12, 2024
- Ignore vsc files/folders by default
- Allow custom exclude patterns in .gpignore file
- Ignore vsc files/folders by default - Allow custom exclude patterns in .gpignore file
Folder from outside the pack root (e.g., `../path/to/src`) are copied without hierarchy into the build | ||
folder (i.e., resulting in `<build>/src`). For customizing the layout consider the `postprocess` hook. | ||
|
||
Folders from outside the pack root (e.g., `../path/to/src`) are copied without hierarchy into the build |
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.
Line length
Folders from outside the pack root (e.g., `../path/to/src`) are copied without hierarchy into the build | ||
folder (i.e., resulting in `<build>/src`). | ||
|
||
Files and folders used by common version control system (vsc) are ignored by default (`--exclude-vcs`). |
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.
Line length
folder (i.e., resulting in `<build>/src`). | ||
|
||
Files and folders used by common version control system (vsc) are ignored by default (`--exclude-vcs`). | ||
By providing a `.gpignore` file in any folder additional patterns can be excluded (`--exclude-ignore`). |
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.
Line length
Code Climate has analyzed commit 490c7cd and detected 4 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
==========================================
- Coverage 74.11% 73.77% -0.34%
==========================================
Files 7 7
Lines 792 797 +5
==========================================
+ Hits 587 588 +1
- Misses 205 209 +4 ☔ View full report in Codecov by Sentry. |