.hgignore

Sat, 31 Mar 2018 18:11:09 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 31 Mar 2018 18:11:09 +0200
changeset 19
1a0ac419f714
parent 7
598670d5b0b8
child 29
27a0fdd7bca7
permissions
-rw-r--r--

removes the privileged data source from the application and the ability to have a web UI for a setup

This is a permanent decision: setups should be performed on the server by some admin. There is too much, which could go wrong and we have little chance to catch anything within a web UI.

     1 syntax: regexp
     2 ^nbproject/private/
     3 ^build/
     4 ^dist/
     5 \.orig\..*$
     6 \.orig$
     7 \.chg\..*$
     8 \.rej$
     9 \.conflict\~$

mercurial