Skip to content
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

UPDATE REQUEST: add custom rules to F function to ignore some dirs by default #160

Open
AleixMT opened this issue Sep 21, 2023 · 1 comment
Assignees
Labels
Customizer Features Relative to Customizer features Enhancement Relative to changes and general additions Minor Minor priority

Comments

@AleixMT
Copy link
Collaborator

AleixMT commented Sep 21, 2023

make F function ignore dirs such as "target" directory, which contains compiled code in java project, ignore .min files, ignore binary files.

We can add new parameters for selection or we can create a new Function to do so, but it does not need to be much different than the F function.

@AleixMT
Copy link
Collaborator Author

AleixMT commented Mar 7, 2024

We will do a rework of these functions. f will return a list of files and F will look for content into those files. They will work together. And the f function could have a filter or something to avoid certain folders such as target/ folder, where usually we have the compiled code.

@AleixMT AleixMT self-assigned this Apr 26, 2024
@AleixMT AleixMT added Customizer Features Relative to Customizer features Enhancement Relative to changes and general additions Minor Minor priority labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customizer Features Relative to Customizer features Enhancement Relative to changes and general additions Minor Minor priority
Projects
None yet
Development

No branches or pull requests

1 participant