.hgignore

Thu, 15 Oct 2020 20:02:30 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 15 Oct 2020 20:02:30 +0200
changeset 131
67df332e3146
parent 29
27a0fdd7bca7
child 147
dfec8c5f8db0
permissions
-rw-r--r--

changes request mapping to contain project and version ID as path parameters (this removes the session storage)

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

mercurial