.gitignore 598 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor or
  4. # operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile ~/.gitignore_global
  6. /vendor
  7. /build
  8. /dist
  9. .DS_Store
  10. /tags
  11. .idea
  12. composer.lock
  13. cache.properties
  14. phpunit.xml
  15. tmp
  16. # VIM
  17. [._]*.s[a-w][a-z]
  18. [._]s[a-w][a-z]
  19. *.un~
  20. Session.vim
  21. .netrwhist
  22. *~
  23. # Sublime Text
  24. *.sublime-workspace
  25. # Netbeans IDE
  26. nbproject
  27. # Eclipse IDE
  28. .buildpath
  29. .project
  30. .settings/
  31. # Notepad++
  32. nppBackup
  33. # ctags
  34. tags