Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove folder marked as library root in intellij?

How do i remove folder marked as library root in Intellij? Accidently marked as library root.

like image 663
Ayus Avatar asked Nov 01 '25 04:11

Ayus


1 Answers

You have an icon in the top right of your intelliJ window, right next to the maginifying glass and click on it. It's the icon that looks like a pile of papers in the screenshot I took below.

Project Structure icon

In the next window, click on Modules in the left sidebar and in the right part of the window, click on the name of your project.

In my case, it's the name of my Spring Artefact project.

Project Structure window

Now at the right, you have the context of your intelliJ project.

You can now select the folder you want to add or remove and click on the desired markup.

Hope it helps !

like image 94
R4Z3X Avatar answered Nov 04 '25 01:11

R4Z3X