Disabling scripts from compiling, but still shows in project pane?

Unity IDE: Is there a way to disable scripts from compiling, but still have them show in project pane?

(Rather than having to de-root them and put them in a folder/directory outside of Assets.)

Add

#if false

at start of script and

#endif

at end of script