How to transfer custom php and js file from one instance to another for a particular module

Hello Guys,

I have created one custom php and js file inside my custom/modules/accounts folder but as i export it through module loader, it does not give me those file. i searched my query on google but unable to find solution.

My Concern

I have

basepath\suitecrm\custom\modules\Accounts folder where i have created two files

a) customaccount.js
b) searchaccount.php

but when i export it gives me only \SugarModules\modules\Accounts
a) metadata
b) ext
c) manifest.php

but i want
\SugarModules\modules\Accounts
a) metadata
b) ext
c) manifest.php
d) searchaccount.php
e) customaccount.js file.

It would be great if you can please help me to figure it out.

Thanks.