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

Filter ignored files #5

Open
pablo-sg-pacheco opened this issue Jan 22, 2016 · 3 comments
Open

Filter ignored files #5

pablo-sg-pacheco opened this issue Jan 22, 2016 · 3 comments

Comments

@pablo-sg-pacheco
Copy link

Is it possible to filter ignored files ?

I've seen that you made this list of ignored files:
".ds_store",".git",".gitignore","composer.json","composer.lock","readme.md","readme.txt","license","phpunit.xml"

But i really wanted to get .gitignore from one repository. It would be possible?

Or to specify that from one repository it's ok to get one of these files

@pablo-sg-pacheco
Copy link
Author

I've found out what I want is possible:

"dropin-paths": {
      "/": ["package:proj/projname","package:proj/projname:.gitignore"]
}

Don't need to worry :)

@pablo-sg-pacheco
Copy link
Author

Actually if I do this it doesn't work so well. gitignore is copied to where i want but all the other files aren't.

@onnimonni
Copy link
Member

Atm I really don't have time to develop features, but I will gladly accept pull request. This is really simple plugin Maybe you could add a parameter to extra section which could be used to white label or unignore certain files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants