List view script

i want to add list view script in my custom app,

in which file i have to add client script ?

@nilpatel42 for your own doctypes add a file called doctype_list.js in the same folder of the Doctype (next to doctype.js and py) . to override existing doctypes . create the file anywhere . for example public/js/sales_invoice_list.js , then import it in the hooks file using doctype_list_js = {"Sales Invoice":"public/js/sales_invoice_list.js"}