I searched through other questions but can't find a working solution for my project.
Having a Magento project, I want to exclude everything except this:
/app/design/frontend/default/theme_name # and obviously all subfolders
/skin/frontend/default/theme_name # and all subfolders
I've tried a lot of combinations but without luck. Currently I'm stuck with this .gitignore file:
*
!/app/
!/app/*
app/*
!/app/design/
!/app/design/*
But it doesn't work recursively below the design folder. It only added a test file inside the design folder that I created.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…