.hgignore
changeset 0 1afc9d2ab94d
child 3 fc0f3e398166
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Wed Apr 01 15:31:12 2015 +0200
@@ -0,0 +1,31 @@
+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/*