Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
gdbgui/MANIFEST.in
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42 lines (39 sloc)
864 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include README.md | |
include LICENSE | |
include requirements.txt | |
graft gdbgui | |
# these files are built and must be included in distribution | |
# but shouldn't be included in git repository since they | |
# are generated | |
graft gdbgui/static/js | |
prune examples | |
prune .vscode | |
prune downloads | |
prune screenshots | |
prune tests | |
prune docs | |
prune docker | |
prune images | |
prune gdbgui/__pycache__ | |
prune gdbgui/server/__pycache__ | |
prune gdbgui/src | |
exclude mypy.ini | |
exclude .eslintrc.json | |
exclude .coveragerc | |
exclude .flake8 | |
exclude .vulture_whitelist.py | |
exclude .prettierrc.js | |
exclude jest.config.js | |
exclude make_executable.py | |
exclude mkdocs.yml | |
exclude package.json | |
exclude requirements.in | |
exclude tsconfig.json | |
exclude tslint.json | |
exclude webpack.config.js | |
exclude yarn.lock | |
exclude noxfile.py | |
exclude CHANGELOG.md | |
exclude CONTRIBUTING.md | |
exclude postcss.config.js | |
exclude tailwind.config.js |