Make WordPress Core

Ticket #27207: ticket-27207-gitignore.2.patch

File ticket-27207-gitignore.2.patch, 386 bytes (added by bpetty, 11 years ago)
  • .gitignore

    diff --git .gitignore .gitignore
    index 2c0f877..036c4bc 100644
    wp-tests-config.php 
    3636/src/wp-content/object-cache.php
    3737/src/wp-content/sunrise.php
    3838
     39# Do not ignore intentional files in plugins
     40!/src/wp-content/plugins/index.php
     41!/src/wp-content/plugins/hello.php
     42
    3943# Do not ignore "twenty*" themes
    4044!/src/wp-content/themes/twenty*
    4145