.gitignore 955 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Repository management
  2. .svn
  3. # git-deploy status file:
  4. /.deploy
  5. # Editors
  6. *.kate-swp
  7. *~
  8. \#*#
  9. .#*
  10. .*.swp
  11. .project
  12. cscope.files
  13. cscope.out
  14. *.orig
  15. ## NetBeans
  16. nbproject*
  17. project.index
  18. ## Sublime
  19. sublime-*
  20. sftp-config.json
  21. # MediaWiki install & usage
  22. /cache
  23. /docs/js
  24. /images/[0-9a-f]
  25. /images/archive
  26. /images/cache
  27. /images/deleted
  28. /images/lockdir
  29. /images/temp
  30. /images/thumb
  31. ## Extension:EasyTimeline
  32. /images/timeline
  33. /images/tmp
  34. /maintenance/.mweval_history
  35. /maintenance/.mwsql_history
  36. /maintenance/dev/data
  37. /AdminSettings.php
  38. /LocalSettings.php
  39. /StartProfiler.php
  40. # Building & testing
  41. npm-debug.log
  42. node_modules/
  43. /tests/phpunit/phpunit.phar
  44. # Composer
  45. /vendor
  46. /composer.lock
  47. /composer.local.json
  48. /composer.phar
  49. # MediaWiki UI documentation
  50. /docs/kss/static
  51. # Operating systems
  52. ## Mac OS X
  53. .DS_Store
  54. ## Windows
  55. Thumbs.db
  56. # Misc
  57. .buildpath
  58. .classpath
  59. .idea
  60. .metadata*
  61. .settings
  62. /favicon.ico
  63. /static*
  64. /tags
  65. /.htaccess
  66. /.htpasswd
  67. /tests/phan/issues
  68. *.rej