Remove files from Netbeans project, but not from hard drive

有些话、适合烂在心里 提交于 2019-12-13 13:13:57

问题


In my project folder a lot of files, but I don't want have them all in my Netbeans project. Also Netbeans scanning them automatically using more memory and time.

Is there a way to exclude files/folders from Netbeans project.


回答1:


Solution working with Netbeans 7.3:

  • right click on your project in the "Projects" window,
  • click on "Properties",
  • click on "Ignored folders" in the left panel called "Categories",
  • click on "Add folder" and select the folders you want to ignore.



回答2:


Are you referring to unwanted projects in the dropdown menu or unwanted files in one project? And which files specifically are you referring to? If it is useless in the project, you could just delete the file, although if it comes with the project, I would be careful since most of those are required in the project. If you are referring to other projects in the project dropdown menu, you could always put the projects that you have finished in another folder.



来源:https://stackoverflow.com/questions/14750433/remove-files-from-netbeans-project-but-not-from-hard-drive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!