.hgignore
author ymh <ymh.work@gmail.com>
Wed, 29 Jan 2020 14:57:40 +0100
changeset 137 28a16b4e67b4
parent 26 e3affd6625d6
child 142 640fb0f13022
permissions -rw-r--r--
add poetry to sync script and upgrade server requirements
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
54f4e0f9d636 Initial commit
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents:
diff changeset
     1
syntax: glob
54f4e0f9d636 Initial commit
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents:
diff changeset
     2
dev/.vagrant/
54f4e0f9d636 Initial commit
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents:
diff changeset
     3
files/
54f4e0f9d636 Initial commit
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents:
diff changeset
     4
*.pyc
11
f2d54d2841f3 start of small refactorisation: python 3.4, remove imports *, logger, apply pylint, remove app.py
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     5
src/catedit/config.py
f2d54d2841f3 start of small refactorisation: python 3.4, remove imports *, logger, apply pylint, remove app.py
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     6
src/catedit/log/
12
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 11
diff changeset
     7
run/log/
26
e3affd6625d6 add packaging
ymh <ymh.work@gmail.com>
parents: 12
diff changeset
     8
run/files/
e3affd6625d6 add packaging
ymh <ymh.work@gmail.com>
parents: 12
diff changeset
     9
dist/
e3affd6625d6 add packaging
ymh <ymh.work@gmail.com>
parents: 12
diff changeset
    10
src/catedit.egg-info
e3affd6625d6 add packaging
ymh <ymh.work@gmail.com>
parents: 12
diff changeset
    11
catedit.egg-info
137
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents: 26
diff changeset
    12
sbin/sync/.venv