-
Can someone help me understand what is the purpose of this directory? It's only empty directories, it forces me to cleanup after I lint my code. From my previous experience with linter, I don't remember a linting tool that modified anything in my project unless explicitly asked to. How can I get rid of this ?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
would it be possible to get any kind of answer on this? |
Beta Was this translation helpful? Give feedback.
-
I also have this problem we added in our tooling because it was indeed annoying |
Beta Was this translation helpful? Give feedback.
-
Add the |
Beta Was this translation helpful? Give feedback.
Add the
.ansible
to your.gitignore
. That is the temporary folder used for testing tools. It ensures that the tools will not modify or be influenced by your user config~/.ansible
folder.