.hgignore
author ymh <ymh.work@gmail.com>
Wed, 01 Apr 2015 15:31:12 +0200
changeset 0 1afc9d2ab94d
child 3 fc0f3e398166
permissions -rw-r--r--
first commit of cas auth env

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