.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.

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

mercurial