Browse Source

.hgignore tidy up

PYADPT-100
heck 5 years ago
parent
commit
b5e4aee667
  1. 73
      .hgignore

73
.hgignore

@ -1,31 +1,50 @@
syntax: glob syntax: glob
# Build config
local.conf local.conf
*.swp
ws # Python artifacts
tags /build/
.DS_Store /dist/
pEp.egg-info __pycache__/
dist *.py[co]
build /.tox
.pythonhist .pytest_cache
.gnupg /venv/
.lldb /_venv/
.pEp_management.db* *.egg-info/
.python_history /*.egg-link
__pycache__ /*.egg
test/Laptop /.eggs/
test/Library /pip-wheel-metadata/
test/Phone
test/TestInbox # file generated by setuptools_scm
test/Backup /src/pEp/__version__.py
test/lib
test/imap_settings.py # Doc artifacts
venv /docs/build/
launch.json
settings.json # Test artifacts
# Default ignored files /test/Laptop
/test/Library
/test/Phone
/test/TestInbox
/test/Backup
/test/lib
/test/imap_settings.py
# Editor artifacts and config
.idea/ .idea/
docs/build/ *~
.eggs .\#*
.tox \#*#
*.swp
.idea
.spyproject
*.code-workspace
# platform artifacts
.DS_store

Loading…
Cancel
Save