Reputation: 965
I want git to ignore __ pycache__ folder in django. As and when I am creating new apps, this folder "__ pycache __" will be created in the new apps, but I want them to be ignored automatically , instead of mentioning the path for each __ pycache __ folder in every app.
So how do I write in .gitignore so that it ignores the folder named, "__ pycache __" inside the entire project directory.
Upvotes: 0
Views: 108