not sure why this isn't working, as I've done this loads! Maybe I'm having a bad day...
I'm using the following code to ignore all files except for certain filenames and extension
*
!.gitattributes
!.gitignore
!readme.md
!.gitkeep
!*.php
For some reason, its only allowing me to commit the .gitignore and readme.md, even though I have php files in subfolders etc. Is there anything wrong with it? Just fyi, I'm using "git add -A" to pick up the files to commit.
Thanks in advance!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…