.hgignore
161 lines
| 2.1 KiB
| text/plain
|
TextLexer
r0 | # Created by .ignore support plugin (hsz.mobi) | |||
syntax: glob | ||||
### Example user template template | ||||
### Example user template | ||||
r111 | .venv | |||
r0 | # IntelliJ project files | |||
.idea | ||||
*.iml | ||||
out | ||||
gen### Python template | ||||
# Byte-compiled / optimized / DLL files | ||||
__pycache__/ | ||||
*.py[cod] | ||||
*$py.class | ||||
# C extensions | ||||
*.so | ||||
# Distribution / packaging | ||||
.Python | ||||
env/ | ||||
build/ | ||||
develop-eggs/ | ||||
dist/ | ||||
downloads/ | ||||
eggs/ | ||||
.eggs/ | ||||
r2 | $lib | |||
r0 | lib64/ | |||
parts/ | ||||
sdist/ | ||||
var/ | ||||
*.egg-info/ | ||||
.installed.cfg | ||||
*.egg | ||||
# PyInstaller | ||||
# Usually these files are written by a python script from a template | ||||
# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||||
*.manifest | ||||
*.spec | ||||
# Installer logs | ||||
pip-log.txt | ||||
pip-delete-this-directory.txt | ||||
# Unit test / coverage reports | ||||
htmlcov/ | ||||
.tox/ | ||||
.coverage | ||||
.coverage.* | ||||
.cache | ||||
nosetests.xml | ||||
coverage.xml | ||||
*,cover | ||||
.hypothesis/ | ||||
# Translations | ||||
*.mo | ||||
*.pot | ||||
r13 | # Mac stuff: | |||
*.DS_Store | ||||
r0 | # Django stuff: | |||
*.log | ||||
local_settings.py | ||||
# Flask instance folder | ||||
instance/ | ||||
# Scrapy stuff: | ||||
.scrapy | ||||
# Sphinx documentation | ||||
docs/_build/ | ||||
# PyBuilder | ||||
target/ | ||||
# IPython Notebook | ||||
.ipynb_checkpoints | ||||
# pyenv | ||||
.python-version | ||||
# celery beat schedule file | ||||
celerybeat-schedule | ||||
# dotenv | ||||
.env | ||||
# virtualenv | ||||
venv/ | ||||
ENV/ | ||||
# Spyder project settings | ||||
.spyderproject | ||||
# Rope project settings | ||||
.ropeproject | ||||
syntax: regexp | ||||
^\.idea$ | ||||
syntax: regexp | ||||
^\.settings$ | ||||
syntax: regexp | ||||
^data$ | ||||
syntax: regexp | ||||
^webassets$ | ||||
syntax: regexp | ||||
^dist$ | ||||
syntax: regexp | ||||
^\.project$ | ||||
syntax: regexp | ||||
^\.pydevproject$ | ||||
syntax: regexp | ||||
^private$ | ||||
syntax: regexp | ||||
^appenlight_frontend/build$ | ||||
syntax: regexp | ||||
^appenlight_frontend/bower_components$ | ||||
syntax: regexp | ||||
^appenlight_frontend/node_modules$ | ||||
^src/node_modules$ | ||||
syntax: regexp | ||||
^\.pydevproject$ | ||||
syntax: regexp | ||||
appenlight\.egg-info$ | ||||
syntax: regexp | ||||
\.pyc$ | ||||
syntax: regexp | ||||
\celerybeat.* | ||||
syntax: regexp | ||||
\.iml$ | ||||
syntax: regexp | ||||
^frontend/build$ | ||||
syntax: regexp | ||||
^frontend/bower_components$ | ||||
syntax: regexp | ||||
^frontend/node_modules$ | ||||
^frontend/src/node_modules$ | ||||
^frontend/build$ | ||||
syntax: regexp | ||||
\.db$ | ||||
syntax: regexp | ||||
packer_cache | ||||
syntax: regexp | ||||
packer/packer | ||||
syntax: regexp | ||||
install_appenlight_production.yaml | ||||
r53 | ^docs/result$ | |||
^docs/Appenlight-docs/_build$ | ||||
^docs/www$ | ||||