DEATHMETALGORE

Untitled

Dec 6th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. *~
  2. .DS_Store
  3. .svn
  4. .cvs
  5. *.bak
  6. *.swp
  7. Thumbs.db
  8. .env
  9. .idea
  10. vendor
  11. /node_modules/
  12. debug.log
  13. .vscode
  14. **/.DS_Store
  15. /local/wordpress
  16. /wp-content/plugins/*
  17. !/wp-content/plugins/web-stories
  18.  
  19. # wordpress specific
  20. wp-config.php
  21. wp-content/uploads/
  22. wp-content/blogs.dir/
  23. wp-content/upgrade/*
  24. wp-content/backup-db/*
  25. wp-content/advanced-cache.php
  26. wp-content/wp-cache-config.php
  27. wp-content/cache/*
  28. wp-content/cache/supercache/*
  29.  
  30. # wpengine specific
  31. .smushit-status
  32. .gitattributes
  33. _wpeprivate*
  34. wp-content/object-cache.php
  35. wp-content/mu-plugins/mu-plugin.php
  36. wp-content/mu-plugins/slt-force-strong-passwords.php
  37. wp-content/mu-plugins/stop-long-comments.php
  38. wp-content/mu-plugins/force-strong-passwords*
  39. wp-content/mu-plugins/wpengine-common*
  40. wp-content/mysql.sql
  41. wp-content/mu-plugins/wpengine-security-auditor.php
  42. wp-content/mu-plugins/wpe-wp-sign-on-plugin*
  43.  
  44. # wp core (as of 4.9.5)
  45. /db-config.php
  46. /index.php
  47. /license.txt
  48. /readme.html
  49. /wp-activate.php
  50. /wp-app.php
  51. /wp-atom.php
  52. /wp-blog-header.php
  53. /wp-comments-post.php
  54. /wp-commentsrss2.php
  55. /wp-config-sample.php
  56. /wp-cron.php
  57. /wp-feed.php
  58. /wp-links-opml.php
  59. /wp-load.php
  60. /wp-login.php
  61. /wp-mail.php
  62. /wp-rdf.php
  63. /wp-rss.php
  64. /wp-rss2.php
  65. /wp-pass.php
  66. /wp-register.php
  67. /wp-settings.php
  68. /wp-signup.php
  69. /wp-trackback.php
  70. /xmlrpc.php
  71. /wp-admin
  72. /wp-includes
  73. /wp-content/index.php
  74. /wp-content/themes/twentyten
  75. /wp-content/themes/twentyeleven
  76. /wp-content/themes/twentytwelve
  77. /wp-content/themes/twentythirteen
  78. /wp-content/themes/twentyfourteen
  79. /wp-content/themes/twentyfifteen
  80. /wp-content/themes/twentysixteen
  81. /wp-content/themes/twentyseventeen
  82. /wp-content/themes/twentyeighteen
  83. /wp-content/themes/twentynineteen
  84. /wp-content/themes/twentytwenty
  85. /wp-content/themes/twentytwentyone
  86. /wp-content/themes/index.php
  87. /wp-content/plugins/index.php
  88. /wp-content/plugins/akismet*
  89.  
  90. # TODO: Remove below lines
  91. /wp-content/debug.log
  92. /wp-content/autoptimize_404_handler.php
  93.  
  94. # WPE Git Deploy ignores
  95. wp-config\.php
  96. _wpeprivate
  97. wp-content\/uploads
  98. wp-content\/blogs\.dir
  99. wp-content\/upgrade
  100. wp-content\/object-cache\.php
  101. wp-content\/mysql\.sql
  102. wp-content\/mu-plugins\/mu-plugin\.php
  103. wp-content\/mu-plugins\/slt-force-strong-passwords\.php
  104. wp-content\/mu-plugins\/wpengine-common
  105. wp-content\/mu-plugins\/limit-login-attempts
  106. wp-content\/mu-plugins\/wpe-cache-plugin
  107. \.hqx$
  108. \.bin$
  109. \.exe$
  110. \.dll$
  111. \.deb$
  112. \.dmg$
  113. \.iso$
  114. \.img$
  115. \.msi$
  116. \.msp$
  117. \.msm$
  118. \.mid$
  119. \.midi$
  120. \.kar$
  121. \.mp3$
  122. \.ogg$
  123. \.m4a$
  124. \.ra$
  125. \.3gpp$
  126. \.3gp$
  127. \.mp4$
  128. \.mpeg$
  129. \.mpg$
  130. \.mov$
  131. \.webm$
  132. \.flv$
  133. \.m4v$
  134. \.mng$
  135. \.asx$
  136. \.asf$
  137. \.wmv$
  138. \.avi$
  139.  
Advertisement
Add Comment
Please, Sign In to add comment