They are in .gitignore already of course. What you should really do is stop pushing every single change to the server; just work and commit locally, and only after everything is ready, cleanup the git history, squash/rebase as necessary, double check all the commits, then finally push.