damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Home Page:https://damnever.github.io/pigar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make pigar respect gitignore

ishandutta2007 opened this issue · comments

I have subfolder which I like to ignore as specified in my gitignore.
But there is no way to avoid those for pigar.
Let me know if this is already passible,

pigar does not respect gitignore, however, there is already an option to ignore directories:

-i DIR [DIR ...]      given a list of directory to ignore, relative directory

Feel free to reopen this issue if it does not work.