mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
739238feb7
* use pytest
28 lines
491 B
Text
28 lines
491 B
Text
include README.md
|
|
include LICENSE
|
|
graft gdbgui
|
|
|
|
prune examples
|
|
prune downloads
|
|
prune screenshots
|
|
prune tests
|
|
prune docs
|
|
prune docker
|
|
prune images
|
|
prune gdbgui/__pycache__
|
|
|
|
exclude mypy.ini
|
|
exclude .eslintrc.json
|
|
exclude .coveragerc
|
|
exclude .flake8
|
|
exclude .prettierrc.js
|
|
exclude jest.config.js
|
|
exclude make_executable.py
|
|
exclude mkdocs.yml
|
|
exclude package.json
|
|
exclude requirements.txt
|
|
exclude tsconfig.json
|
|
exclude tslint.json
|
|
exclude webpack.config.js
|
|
exclude yarn.lock
|
|
exclude noxfile.py
|