Skip to content

Commit

Permalink
Chore
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jul 10, 2024
1 parent f74d1db commit b58312d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 32 deletions.
62 changes: 34 additions & 28 deletions .gitignore
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
15 changes: 11 additions & 4 deletions MANIFEST.in
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

0 comments on commit b58312d

Please sign in to comment.