I\'m trying to avoid the following pattern in my .gitignore file.
.gitignore
MyPrject/WebApp/Scripts/special/*.js MyPrject/WebApp/Scripts/special/*/*.js My
This works for me in on osx.
lib64/**/__pycache__/ lib/**/__pycache__/ *.py[cod] .ipynb_checkpoints/ **/.ipynb_checkpoints/ .DS_Store **/.DS_Store