# yii console command
/yii

# phpstorm project files
.idea

# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db

# composer itself is not needed
composer.phar

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml

##Additions Gamal Crichton

frontend/web/js/students/ajax_functions.js

# composer vendor dir
/vendor

# bursary generated receipts
frontend/subcomponents/bursary/files/receipts

#frontend college_stamp image
frontend/web/img/college_stamp.png

# response package template files
/frontend/files/packages

# new student email upload files
/frontend/files/student_emails

# student record files
/frontend/files/student_records

# admissions response outbox
/common/mail/packages/outbox

