# # .gitignore # # Ignore works for the dir the gitignore file resides in. # To have a global effect affect to all repositories run this command: # git config --global core.excludesfile ~/.gitignore # Mac OS X Finder and whatnot .DS_Store # Windows crap Thumbs.db # Netbeans IDE related nbproject # Eclipse IDE related .cache* .project .settings* .buildpath # Webserver /.htaccess # Scriptfiles cache/**/* *.log # Subversion .svn .svn/entries # PHPUnit phpunit.xml # PHP composer related composer.lock