6

When i build/deploy my php project using an ant task within eclipse, it creates a copy of the files in a build folder then zips them, then deletes the folder

On big projects after copying the files, dltk tries to index the folder while im copying/zipping.

can i make dltk indexing ignore my build folder?

Ben K
  • 158
  • 1
  • 8

1 Answers1

11

sure, you can exclude a specific folder by right clicking on the project, selecting PHP Build path, then go to the project entry > Excluded and select "Exclude". Add the pattern of your temporary folder.

ganoro
  • 508
  • 5
  • 11