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

a way to disable recursive .gitignore check #114

Closed
piotrekkr opened this issue Apr 27, 2015 · 1 comment
Closed

a way to disable recursive .gitignore check #114

piotrekkr opened this issue Apr 27, 2015 · 1 comment

Comments

@piotrekkr
Copy link

Recently, after updating my .ignore plug-in in PHPStorm I get strange behaviour from .ignore plugin. It always check for every .gitignore file inside my project /vendor/ directory, which is set to be fully ignored. This scanning takes a long time and make my laptop fans spin like crazy. Can I somehow disable checking for .gitignore files inside ignored directory?

I'm using plugin version 1.1.1.

My .gitignore file which is located in project_root/.gitignore:

### Symfony template
# Cache and logs (Symfony2)
/app/cache/*
/app/logs/*
/app/tmp/*
!app/cache/.gitkeep
!app/logs/.gitkeep
!app/tmp/.gitkeep

# Parameters
/app/config/parameters.yml

# Managed by Composer
/app/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements
/vendor/

# Assets and user uploads
/web/bundles/
/web/uploads/
/web/js/
/web/css/

# Composer PHAR
/composer.phar
/.idea
hsz added a commit that referenced this issue May 11, 2015
@hsz hsz closed this as completed May 11, 2015
@hsz
Copy link
Member

hsz commented May 11, 2015

Fix has ben released just right now with v1.1.2

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