Skip to content

Commit

Permalink
fix: ensure managed wordpress files aren't omitted (#128)
Browse files Browse the repository at this point in the history
* fix: ensure VSC controlled web/wp-* files aren't ommitted

* Update .gitignore

* fix: keep `web/index.php`

* add the web/index.php ignore back

---------

Co-authored-by: Chris Reynolds <[email protected]>
  • Loading branch information
araphiel and jazzsequence authored Jun 26, 2024
1 parent a75003b commit 56428b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ web/license.txt
web/readme.html
web/index.php
web/wp-*
!web/wp-cli.yml
!web/wp-config.php
!web/wp-config-pantheon.php
web/xmlrpc.php

# Logfiles should always be ignored.
Expand Down

0 comments on commit 56428b4

Please sign in to comment.