annotate .hgignore @ 24:89469aa41fe1

Preliminary work to make the display more dynamic. * The values are now dynamically read from the database and written to a dynamic dict. * If "None" (NoPrio) is not existent it is set to [0] because the JS expects a value.
author Magnus Schieder <mschieder@intevation.de>
date Fri, 02 Nov 2018 17:06:45 +0100
parents a1e71b5e4d68
children
rev   line source
0
3f139db894f1 initial commit
sean
parents:
diff changeset
1 syntax: regexp
3f139db894f1 initial commit
sean
parents:
diff changeset
2 ^\.idea/
3f139db894f1 initial commit
sean
parents:
diff changeset
3
3f139db894f1 initial commit
sean
parents:
diff changeset
4 syntax: glob
3f139db894f1 initial commit
sean
parents:
diff changeset
5 *.orig
3f139db894f1 initial commit
sean
parents:
diff changeset
6 *.pyc
3f139db894f1 initial commit
sean
parents:
diff changeset
7 *.pyo
3f139db894f1 initial commit
sean
parents:
diff changeset
8 *.swp
3f139db894f1 initial commit
sean
parents:
diff changeset
9 __pycache__
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)