Need a file under version control, but not parsed/indexed
Hello
I'm generating a 45MB XML file for DBUnit testing that I need under version control for continuous testing. When this file changes as I develop IDEA becomes unresponsive and eats up memory, sometimes freezing up. How can I keep this file under version control but tell IDEA not to bother parsing or indexing it?
Nollie
请先登录再写评论。
File->Project Settings->Modules->Sources tab->Mark the directory the file is in as excluded.
Thanks!
I think you meant File->Project Structure->Modules>Sources tab->Mark the directory the file is in as excluded.
Nollie