.hgignore
changeset 0 1afc9d2ab94d
child 3 fc0f3e398166
equal deleted inserted replaced
-1:000000000000 0:1afc9d2ab94d
       
     1 syntax: glob
       
     2 authserver/vendor
       
     3 authserver/composer*
       
     4 authserver/testCAS/composer.phar
       
     5 authserver/testCAS/composer.lock
       
     6 vendor
       
     7 node_modules
       
     8 authserver/testCAS/storage
       
     9 authserver/testCAS/.env
       
    10 authserver/testCAS/.git*
       
    11 authserver/casserver/simple-cas4-overlay-template/.git
       
    12 authserver/casserver/simple-cas4-overlay-template/target
       
    13 .classpath
       
    14 .settings
       
    15 target/
       
    16 .idea/
       
    17 .DS_Store
       
    18 overlays/
       
    19 .gradle/
       
    20 build/
       
    21 bin/
       
    22 .iml
       
    23 authserver/testCAS/bootstrap/cache/*
       
    24 authserver/testCAS/bootstrap/cache/.gitignore
       
    25 authserver/testCAS/database/*.sqlite
       
    26 authserver/testCAS/storage/laravel.log
       
    27 authserver/testCAS/storage/logs/*
       
    28 authserver/testCAS/storage/app/*
       
    29 authserver/testCAS/storage/framework/cache/*
       
    30 authserver/testCAS/storage/framework/sessions/*
       
    31 authserver/testCAS/storage/framework/views/*