.hgignore
author durandn
Fri, 18 Sep 2015 12:58:47 +0200
changeset 154 cc84bf4cfc56
parent 9 3166a35f5f0d
permissions -rw-r--r--
Changes to AnnotationsList and LatestAnnotations to display user full names, added a way for widgets to make request pre-draw in order to fill users data before drawing

syntax: glob
authserver/vendor
authserver/composer*
authserver/testCAS/composer.phar
authserver/testCAS/composer.lock
vendor
node_modules
authserver/testCAS/storage
authserver/testCAS/.env
authserver/testCAS/.git*
authserver/casserver/simple-cas4-overlay-template/.git
authserver/casserver/simple-cas4-overlay-template/target
authserver/casserver/tmp
.classpath
.settings
target/
.idea/
.DS_Store
overlays/
.gradle/
build/
bin/
.iml
authserver/testCAS/bootstrap/cache/*
authserver/testCAS/bootstrap/cache/.gitignore
authserver/testCAS/database/*.sqlite
authserver/testCAS/storage/laravel.log
authserver/testCAS/storage/logs/*
authserver/testCAS/storage/app/*
authserver/testCAS/storage/framework/cache/*
authserver/testCAS/storage/framework/sessions/*
authserver/testCAS/storage/framework/views/*
server/src/remieplt/settings/*
server/virtualenv/sync/env/*
server/virtualenv/web/env/*
server/virtualenv/sync/project-boot.py
server/virtualenv/web/project-boot.py
server/run/*
server/web/*
server/src/dist
server/src/MANIFEST.in

syntax: regexp
^authserver/homestead/\.vagrant$