I have my current repo setup like below
.cicd
.github
.idea
.primer
airflow
module
- .gitignore
I have my .gitignore file inside module folder
Now, I want to exclude the .idea/ folder from committing.
How do I do that ?
my current gitignore file –
.idea/
target