1500+ files are in the ".git" directory that Git creates whenever you clone a project. This folder contains all of the revisions made to a project over time and is only necessary for development purposes, so avoid pushing it to your production server.
Thanks for that explanation Dan, I was wondering why there were so many files included when I cloned it on github.