2019-07-26 00:30:15 +02:00
|
|
|
include README.md
|
2017-01-29 19:32:38 +01:00
|
|
|
include LICENSE
|
2019-07-26 00:30:15 +02:00
|
|
|
graft gdbgui
|
|
|
|
|
|
|
|
prune examples
|
|
|
|
prune downloads
|
|
|
|
prune screenshots
|
|
|
|
prune tests
|
|
|
|
prune docs
|
|
|
|
prune docker
|
|
|
|
prune images
|
|
|
|
prune gdbgui/__pycache__
|
|
|
|
|
2019-08-11 18:15:26 +02:00
|
|
|
exclude mypy.ini
|
2019-07-26 00:30:15 +02:00
|
|
|
exclude .eslintrc.json
|
2019-10-08 03:17:31 +02:00
|
|
|
exclude .coveragerc
|
2019-07-26 00:30:15 +02:00
|
|
|
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
|
2019-08-11 17:49:53 +02:00
|
|
|
exclude noxfile.py
|