-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
32 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,45 @@ | ||
.coverage | ||
.coverage.* | ||
*.egg-info | ||
*.log | ||
*.pyc | ||
*.pyo | ||
|
||
# translation related | ||
*.mo | ||
*.py? | ||
*.swp | ||
|
||
# tools related | ||
build/ | ||
.coverage | ||
.*project | ||
# dirs | ||
/.settings/ | ||
coverage.xml | ||
dist/ | ||
docs/_build | ||
__pycache__/ | ||
.tox | ||
.vscode/ | ||
node_modules/ | ||
forest.* | ||
|
||
# venv / buildout related | ||
bin/ | ||
buildout-cache/ | ||
develop-eggs/ | ||
eggs/ | ||
htmlcov/ | ||
.eggs/ | ||
etc/ | ||
.installed.cfg | ||
include/ | ||
lib/ | ||
local/ | ||
node_modules/ | ||
lib64 | ||
.mr.developer.cfg | ||
parts/ | ||
dist/* | ||
test.plone_addon/ | ||
pyvenv.cfg | ||
var/ | ||
# files | ||
.installed.cfg | ||
.mr.developer.cfg | ||
coverage.xml | ||
lib64 | ||
local.cfg | ||
log.html | ||
output.xml | ||
pip-selfcheck.json | ||
pyvenv.cfg | ||
report.html | ||
.vscode/ | ||
.tox/ | ||
reports/ | ||
venv/ | ||
# excludes | ||
.python-version | ||
|
||
# mxdev | ||
/instance/ | ||
/.make-sentinels/ | ||
/*-mxdev.txt | ||
/reports/ | ||
/sources/ | ||
/venv/ | ||
.installed.txt |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
graft src/collective.volto | ||
graft src/collective | ||
graft docs | ||
graft news | ||
include *.rst | ||
exclude tox.ini | ||
exclude *.txt | ||
exclude .gitlab-ci.yml | ||
include *.GPL | ||
include *.txt | ||
global-exclude *.pyc | ||
exclude coverage.json | ||
exclude .coveragerc | ||
exclude .isort.cfg | ||
exclude base.cfg | ||
exclude buildout.cfg | ||
exclude test_plone52.cfg | ||
exclude test_plone60.cfg |