.gitignore 720 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Created by https://www.gitignore.io/api/osx,svn,composer
  2. ### OSX ###
  3. .DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. # Icon must end with two \r
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear in the root of a volume
  11. .DocumentRevisions-V100
  12. .fseventsd
  13. .Spotlight-V100
  14. .TemporaryItems
  15. .Trashes
  16. .VolumeIcon.icns
  17. # Directories potentially created on remote AFP share
  18. .AppleDB
  19. .AppleDesktop
  20. Network Trash Folder
  21. Temporary Items
  22. .apdisk
  23. ### SVN ###
  24. .svn/
  25. ### Composer ###
  26. composer.phar
  27. /vendor/
  28. # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  29. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  30. # composer.lock