We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Also see if ignore directory/folder/dir support #39
Consider ignore support for:
Look at .gitignore (git), .hgignore (hg / mercurial), Bazaar-NG, bzr / breezy .
Tools
https://docs.python.org/3/library/fnmatch.html
https://github.com/benkehoe/ignorelib - based on Dulwich . gitignore
https://github.com/zb3/zgitignore supposedly .gitignore compatible
https://github.com/Berzeg/filelist
https://github.com/Berzeg/filelist/blob/master/filelist/filelist.py
https://github.com/ChenyangGao/web-mount-packs/blob/main/python-module/path_ignore_pattern/path_ignore_pattern/__init__.py
https://github.com/cpburnz/python-pathspec
https://pypi.org/project/ignore-file/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Also see if ignore directory/folder/dir support #39
Consider ignore support for:
Look at .gitignore (git), .hgignore (hg / mercurial), Bazaar-NG, bzr / breezy .
Implementations
Standard (scm)
docs
Tools
libraries
https://docs.python.org/3/library/fnmatch.html
https://github.com/benkehoe/ignorelib - based on Dulwich . gitignore
https://github.com/zb3/zgitignore supposedly .gitignore compatible
https://github.com/Berzeg/filelist
https://github.com/Berzeg/filelist/blob/master/filelist/filelist.py
https://github.com/ChenyangGao/web-mount-packs/blob/main/python-module/path_ignore_pattern/path_ignore_pattern/__init__.py
https://github.com/cpburnz/python-pathspec
https://pypi.org/project/ignore-file/
The text was updated successfully, but these errors were encountered: