So in my pages i want to have an Auth folder for organizing my files.
In this folder would go all the pages to do whit auth (login and resetpassword)
Is there a symbol i can put infront of this folder to ignore it but not the files inside.
I could only find the _ but this will ignore all the files inside aswell
Folder structure:
src/
└─ pages/
├─ auth/
│ ├─ login.astro
│ └─ resetpassword.astro
└─ index.astro
desired path to login and resetpassword:
localhost:3000/loginlocalhost:3000/resetpassword