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

Omit Ignored Files From Filtering #502

Closed
sgarfinkel opened this issue Nov 29, 2017 · 1 comment
Closed

Omit Ignored Files From Filtering #502

sgarfinkel opened this issue Nov 29, 2017 · 1 comment

Comments

@sgarfinkel
Copy link

The best way to describe this problem is with an example. I'm using annotation processors to generate Java source code with Gradle. Gradle places the source code into the /build folder, which is, understandably, included in my .gitignore file. The .ignore plugin is filtering these generated folders, as a result.

Is there anyway to mark these folders to instead not be filtered by the plugin, without removing them from my .gitignore?

@hsz
Copy link
Member

hsz commented Sep 30, 2019

Unfortunately it cannot be implemented in an easy way. However, JetBrains team has taken over the gitignore related features in 2019.x so if your request is still valid, you can report this request in their issue tracker.

@hsz hsz closed this as completed Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants