KatPadi's Point

Tag: gitignore

.gitignore All The Files!

This is an example of a .gitignore file that will ignore all files except the ones you specify. This is what I’ve been using for my WordPress development. Note: This is a product of constant research (aka Google-ing) and failed development practices. /* !.gitignore !themes themes/* !themes/katpadi-theme The first line says that it will ignore ALL…