.gitignore 419 B

123456789101112131415161718
  1. # IDE Shizzle; it is recommended to use a global .gitignore for this but since this is an OSS project we want to make
  2. # it easy to contribute
  3. .idea
  4. /nbproject/private/
  5. .buildpath
  6. .project
  7. .settings
  8. # Build folder and vendor folder are generated code; no need to version this
  9. build/
  10. vendor/
  11. temp/
  12. tools/
  13. *.phar
  14. # By default the phpunit.xml.dist is provided; you can override this using a local config file
  15. phpunit.xml