forked from LiveCarta/LiveCartaWP
Updated gitignore
This commit is contained in:
54
.gitignore
vendored
54
.gitignore
vendored
@@ -1,36 +1,36 @@
|
|||||||
!htdocs/
|
!html/
|
||||||
|
|
||||||
htdocs/*
|
html/*
|
||||||
!htdocs/wp-content/
|
!html/wp-content/
|
||||||
!htdocs/wp-config.php
|
!html/wp-config.php
|
||||||
!htdocs/wp-config-local-sample.php
|
!html/wp-config-local-sample.php
|
||||||
!htdocs/sitemap.xml
|
!html/sitemap.xml
|
||||||
|
|
||||||
htdocs/wp-content/*
|
html/wp-content/*
|
||||||
!htdocs/wp-content/mu-plugins/
|
!html/wp-content/mu-plugins/
|
||||||
!htdocs/wp-content/plugins/
|
!html/wp-content/plugins/
|
||||||
!htdocs/wp-content/themes/
|
!html/wp-content/themes/
|
||||||
!htdocs/wp-content/index.php
|
!html/wp-content/index.php
|
||||||
!htdocs/wp-content/sunrise.php
|
!html/wp-content/sunrise.php
|
||||||
!htdocs/wp-content/uploads/
|
!html/wp-content/uploads/
|
||||||
!htdocs/wp-content/uploads/.gitkeep
|
!html/wp-content/uploads/.gitkeep
|
||||||
|
|
||||||
htdocs/wp-content/mu-plugins/*
|
html/wp-content/mu-plugins/*
|
||||||
!htdocs/wp-content/mu-plugins/domain_mapping.php
|
!html/wp-content/mu-plugins/domain_mapping.php
|
||||||
|
|
||||||
htdocs/wp-content/plugins/*
|
html/wp-content/plugins/*
|
||||||
!htdocs/wp-content/plugins/index.php
|
!html/wp-content/plugins/index.php
|
||||||
!htdocs/wp-content/plugins/faq
|
!html/wp-content/plugins/faq
|
||||||
!htdocs/wp-content/plugins/disable-image-threshold
|
!html/wp-content/plugins/disable-image-threshold
|
||||||
|
|
||||||
htdocs/wp-content/themes/*
|
html/wp-content/themes/*
|
||||||
!htdocs/wp-content/themes/lawcarta
|
!html/wp-content/themes/lawcarta
|
||||||
!htdocs/wp-content/themes/livecarta
|
!html/wp-content/themes/livecarta
|
||||||
!htdocs/wp-content/themes/redesign
|
!html/wp-content/themes/redesign
|
||||||
!htdocs/wp-content/themes/index.php
|
!html/wp-content/themes/index.php
|
||||||
|
|
||||||
!htdocs/wp-content/plugins/wp-rest-api-event
|
!html/wp-content/plugins/wp-rest-api-event
|
||||||
!htdocs/wp-content/plugins/subscribe-to-lc
|
!html/wp-content/plugins/subscribe-to-lc
|
||||||
|
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user